sslKey QML Type

The sslKey class provides the interface for private and public keys. 更多...

import 语句: import QtNetwork
Since: Qt 6.7
实例化: QSslKey

特性

详细描述

The sslKey provides an API for managing keys. The QML sslKey class is Q_GADGET based, it generates QSslKey object based on it's QML properties.

另请参阅 QSslKey .

特性文档编制

keyAlgorithm : enumeration

Holds KeyAlgorithm enumeration value.

另请参阅 QSsl::KeyAlgorithm .

keyFile : string

Holds the path to the *.pem key file.

keyFormat : enumeration

Holds EncodingFormat enumeration value.

另请参阅 QSsl::EncodingFormat .

keyPassPhrase : bytearray

Holds the value to be used to decrypt QSslKey .

另请参阅 QSslKey .

keyType : enumeration

Holds KeyType enumeration value.

另请参阅 QSsl::KeyType .