QOpcUaX509Extension Class
Basisklasse für alle X509-Erweiterungen. Mehr...
Kopfzeile: | #include <QOpcUaX509Extension> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS OpcUa) target_link_libraries(mytarget PRIVATE Qt6::OpcUa) |
qmake: | QT += opcua |
Vererbt von: | QOpcUaX509ExtensionBasicConstraints, QOpcUaX509ExtensionExtendedKeyUsage, QOpcUaX509ExtensionKeyUsage, und QOpcUaX509ExtensionSubjectAlternativeName |
Öffentliche Funktionen
QOpcUaX509Extension() | |
QOpcUaX509Extension(const QOpcUaX509Extension &rhs) | |
virtual | ~QOpcUaX509Extension() |
bool | critical() const |
void | setCritical(bool critical) |
QOpcUaX509Extension & | operator=(const QOpcUaX509Extension &rhs) |
bool | operator==(const QOpcUaX509Extension &rhs) const |
Geschützte Funktionen
QOpcUaX509Extension(QSharedDataPointer<QOpcUaX509ExtensionData> rhs) |
Detaillierte Beschreibung
Diese Klasse ist derzeit als Technologievorschau verfügbar. Daher können die API und die von der Klasse bereitgestellten Funktionen jederzeit ohne vorherige Ankündigung geändert werden.
Siehe auch QOpcUaX509ExtensionSubjectAlternativeName, QOpcUaX509ExtensionBasicConstraints, QOpcUaX509ExtensionKeyUsage, und QOpcUaX509ExtensionKeyUsage.
Dokumentation der Mitgliedsfunktionen
QOpcUaX509Extension::QOpcUaX509Extension()
Konstruiert eine Standard-X509Extension.
[protected]
QOpcUaX509Extension::QOpcUaX509Extension(QSharedDataPointer<QOpcUaX509ExtensionData> rhs)
Konstruiert eine X509Extension aus rhs.
QOpcUaX509Extension::QOpcUaX509Extension(const QOpcUaX509Extension &rhs)
Konstruiert eine X509Extension aus rhs.
[virtual noexcept]
QOpcUaX509Extension::~QOpcUaX509Extension()
Zerstört eine X509Extension.
bool QOpcUaX509Extension::critical() const
Gibt den Status des kritischen Flags zurück.
Siehe auch setCritical().
void QOpcUaX509Extension::setCritical(bool critical)
Setzt das kritische Flag auf critical.
Siehe auch critical().
QOpcUaX509Extension &QOpcUaX509Extension::operator=(const QOpcUaX509Extension &rhs)
Legt die Werte von rhs in dieser X509Extension fest.
bool QOpcUaX509Extension::operator==(const QOpcUaX509Extension &rhs) const
Gibt true
zurück, wenn diese X509Extension denselben Wert wie rhs hat.
© 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.