sslKey QML Type
sslKey クラスは、秘密鍵と公開鍵のインターフェイスを提供します。詳細...
| Import Statement: | import QtNetwork |
| Since: | Qt 6.7 |
| In C++: | QSslKey |
プロパティ
- keyAlgorithm : enumeration
- keyFile : string
- keyFormat : enumeration
- keyPassPhrase : bytearray
- keyType : enumeration
詳細説明
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も参照 。
© 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.