sslKey QML Type

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

Import Statement: import QtNetwork
Since: Qt 6.7
Instantiates: 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.


© 2024 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.