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.