En esta página

sslKey QML Type

La clase sslKey proporciona la interfaz para claves privadas y públicas. Más...

Import Statement: import QtNetwork
Since: Qt 6.7
In C++: QSslKey

Propiedades

Descripción detallada

sslKey proporciona una API para la gestión de claves. La clase QML sslKey está basada en Q_GADGET, genera un objeto QSslKey basado en sus propiedades QML.

Véase también QSslKey.

Documentación de propiedades

keyAlgorithm : enumeration

Contiene el valor de la enumeración KeyAlgorithm.

Véase también QSsl::KeyAlgorithm.

keyFile : string

Contiene la ruta al archivo de claves *.pem.

keyFormat : enumeration

Contiene el valor de la enumeración EncodingFormat.

Véase también QSsl::EncodingFormat.

keyPassPhrase : bytearray

Contiene el valor que se utilizará para descifrar QSslKey.

Véase también QSslKey.

keyType : enumeration

Contiene el valor de la enumeración KeyType.

Véase también QSsl::KeyType.

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