sslKey QML Type
The sslKey class provides the interface for private and public keys. More...
| Import Statement: | import QtNetwork | 
| Since: | Qt 6.7 | 
| In C++: | QSslKey | 
Properties
- keyAlgorithm : enumeration
- keyFile : string
- keyFormat : enumeration
- keyPassPhrase : bytearray
- keyType : enumeration
Detailed Description
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.
See also QSslKey.
Property Documentation
| keyAlgorithm : enumeration | 
Holds KeyAlgorithm enumeration value.
See also QSsl::KeyAlgorithm.
| keyFile : string | 
Holds the path to the *.pem key file.
| keyFormat : enumeration | 
Holds EncodingFormat enumeration value.
See also QSsl::EncodingFormat.
| keyType : enumeration | 
Holds KeyType enumeration value.
See also QSsl::KeyType.