Base class for all X509 extensions. More...
Header: | #include <QOpcUaX509Extension> |
qmake: | QT += opcua |
Since: | Qt 5.14 |
Inherited By: | QOpcUaX509ExtensionBasicConstraints, QOpcUaX509ExtensionExtendedKeyUsage, QOpcUaX509ExtensionKeyUsage, and QOpcUaX509ExtensionSubjectAlternativeName |
QOpcUaX509Extension(const QOpcUaX509Extension &rhs) | |
QOpcUaX509Extension() | |
QOpcUaX509Extension & | operator=(const QOpcUaX509Extension &rhs) |
virtual | ~QOpcUaX509Extension() |
bool | critical() const |
void | setCritical(bool critical) |
bool | operator==(const QOpcUaX509Extension &rhs) const |
QOpcUaX509Extension(QSharedDataPointer<QOpcUaX509ExtensionData> rhs) |
This class is currently available as a Technology Preview, and therefore the API and functionality provided by the class may be subject to change at any time without prior notice.
See also QOpcUaX509ExtensionSubjectAlternativeName, QOpcUaX509ExtensionBasicConstraints, QOpcUaX509ExtensionKeyUsage, and QOpcUaX509ExtensionKeyUsage.
[protected]
QOpcUaX509Extension::QOpcUaX509Extension(QSharedDataPointer<QOpcUaX509ExtensionData> rhs)
Constructs a X509Extension from rhs.
Constructs a X509Extension from rhs.
Constructs a default X509Extension.
Sets the values from rhs in this X509Extension.
[virtual]
QOpcUaX509Extension::~QOpcUaX509Extension()
Destructs a X509Extension.
Return the state of the critical flag.
See also setCritical().
Sets the critical flag to critical.
See also critical().
Returns true
if this X509Extension has the same value as rhs.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.2/qopcuax509extension.html