このページでは

sslDtlsConfiguration QML Type

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

Import Statement: import QtNetwork
Since: Qt 6.7

プロパティ

方法

詳細説明

QSslConfigurationも参照してください

プロパティの説明

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も参照してください

sslOptionFlags : QSsl::SslOptions [since 6.11]

設定で有効になっている SslOption 値のビット OR を保持する。

デフォルト値はQSslConfiguration::defaultDtlsConfiguration() で設定されたものと同じです。

このプロパティは Qt 6.11 で導入されました。

QSsl::SslOptionsも参照してください

メソッドのドキュメント

void setCertificateFiles(const QStringList &certificateFiles)

この関数は、ユーザーによって提供された証明書のリスト(certificateFiles )をコンフィギュレーションにロードする。

void setPrivateKey(const QQmlSslKey &privateKey)

この関数は、ユーザー定義の秘密鍵値privateKey をコンフィギュレーションに設定します。

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

© 2026 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.