W3cubDocs

/Qt 6.9

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

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.


keyPassPhrase : bytearray

Holds the value to be used to decrypt QSslKey.

See also QSslKey.


keyType : enumeration

Holds KeyType enumeration value.

See also QSsl::KeyType.


© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.9/qml-qtnetwork-sslkey.html