sslKey QML Type
Die Klasse sslKey bietet die Schnittstelle für private und öffentliche Schlüssel. Mehr...
Import Statement: | import QtNetwork |
Since: | Qt 6.7 |
In C++: | QSslKey |
Eigenschaften
- keyAlgorithm : enumeration
- keyFile : string
- keyFormat : enumeration
- keyPassPhrase : bytearray
- keyType : enumeration
Ausführliche Beschreibung
sslKey bietet eine API für die Verwaltung von Schlüsseln. Die QML sslKey Klasse basiert auf Q_GADGET
, sie generiert QSslKey Objekte basierend auf ihren QML Eigenschaften.
Siehe auch QSslKey.
Eigenschaft Dokumentation
keyAlgorithm : enumeration |
Enthält den Aufzählungswert KeyAlgorithm.
Siehe auch QSsl::KeyAlgorithm.
keyFile : string |
Enthält den Pfad zu der *.pem
Schlüsseldatei.
keyFormat : enumeration |
Enthält den Aufzählungswert EncodingFormat.
Siehe auch QSsl::EncodingFormat.
keyPassPhrase : bytearray |
keyType : enumeration |
Enthält den Wert der Aufzählung KeyType.
Siehe auch QSsl::KeyType.
© 2025 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.