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 .