sslKey QML Type

sslKey クラスは、秘密鍵と公開鍵のインターフェイスを提供します。詳細...

Import Statement: import QtNetwork
Since: Qt 6.7
In C++: QSslKey

プロパティ

詳細説明

sslKey は鍵を管理するための API を提供します。QML の sslKey クラスはQ_GADGET に基づいており、QML のプロパティに基づいてQSslKey オブジェクトを生成します。

QSslKeyも参照して ください。

プロパティの説明

keyAlgorithm : enumeration

KeyAlgorithm の列挙値を保持します。

QSsl::KeyAlgorithm参照


keyFile : string

*.pem キーファイルへのパスを保持します。


keyFormat : enumeration

EncodingFormat 列挙値を保持します。

QSsl::EncodingFormatも参照


keyPassPhrase : bytearray

QSslKey の復号に使用する値を保持します。

QSslKeyも参照


keyType : enumeration

KeyType列挙値を保持します。

QSsl::KeyTypeも参照


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