sslDtlsConfiguration QML Type
sslDtlsConfiguration クラスは、SSL 接続の Dtls デフォルトの設定と状態を保持します。詳細...
Import Statement: | import QtNetwork |
Since: | Qt 6.7 |
プロパティ
- ciphers : string
- peerVerifyDepth : int
- peerVerifyMode : enumeration
- protocol : enumeration
- sessionTicket : bytearray
- sslOptions : QList
方法
- void setCertificateFiles(const QStringList &certificateFiles)
- void setPrivateKey(const QQmlSslKey &privateKey)
詳細説明
QSslConfigurationも参照してください 。
プロパティ Documentation
ciphers : string |
このコンフィギュレーションの暗号化スイートをciphers に保持します。 これはコロンで区切られた暗号スイート名のリストです。
peerVerifyDepth : int |
SSL ハンドシェイクフェーズ中に確認される相手の証明書チェーン内の証明書の最大数、または最大深度が設定されていない場合は 0 (デフォルト) を保持し、証明書チェーン全体を確認する必要があることを示します。
QSslConfiguration::peerVerifyDepthも参照してください 。
peerVerifyMode : enumeration |
PeerVerifyMode 列挙値を保持する。
QSslSocket::PeerVerifyMode も参照のこと 。
protocol : enumeration |
SslProtocol 列挙値を保持します。
QSsl::SslProtocol も参照のこと 。
sessionTicket : bytearray |
SSL ハンドシェイクで使用されるセッションチケットを ASN.1 形式で保持します。
sslOptions : QList |
コンフィギュレーションによって有効になる SslOption 値のリストを保持します。
QSsl::SslOption も参照 。
メソッドの説明
void setCertificateFiles(const QStringList &certificateFiles) |
この関数は、ユーザが提供した証明書のリストcertificateFiles を設定にロードします。
void setPrivateKey(const QQmlSslKey &privateKey) |
© 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.