sslDtlsConfiguration QML Type

sslDtlsConfiguration クラスは、SSL 接続の Dtls デフォルトの設定と状態を保持します。詳細...

Import Statement: import QtNetwork
Since: Qt 6.7

プロパティ

方法

詳細説明

QSslConfigurationも参照してください

プロパティ Documentation

ciphers : string

このコンフィギュレーションの暗号化スイートをciphers に保持します。 これはコロンで区切られた暗号スイート名のリストです。

QSslConfiguration::ciphersも参照


peerVerifyDepth : int

SSL ハンドシェイクフェーズ中に確認される相手の証明書チェーン内の証明書の最大数、または最大深度が設定されていない場合は 0 (デフォルト) を保持し、証明書チェーン全体を確認する必要があることを示します。

QSslConfiguration::peerVerifyDepthも参照してください


peerVerifyMode : enumeration

PeerVerifyMode 列挙値を保持する。

QSslSocket::PeerVerifyMode参照のこと


protocol : enumeration

SslProtocol 列挙値を保持します。

QSsl::SslProtocol参照のこと


sessionTicket : bytearray

SSL ハンドシェイクで使用されるセッションチケットを ASN.1 形式で保持します。

QSslConfiguration::sessionTicket参照


sslOptions : QList

コンフィギュレーションによって有効になる SslOption 値のリストを保持します。

QSsl::SslOption参照


メソッドの説明

void setCertificateFiles(const QStringList &certificateFiles)

この関数は、ユーザが提供した証明書のリストcertificateFiles を設定にロードします。


void setPrivateKey(const QQmlSslKey &privateKey)

この関数は、ユーザ定義の秘密鍵値privateKey を設定します。

QSslKey およびsslKey参照して ください。


© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.