Class for X509 basic constraints. More...
| Header: | #include <QOpcUaX509ExtensionBasicConstraints>
|
| CMake: | find_package(Qt6 REQUIRED COMPONENTS OpcUa)target_link_libraries(mytarget PRIVATE Qt6::OpcUa)
|
| qmake: | QT += opcua
|
| Inherits: | QOpcUaX509Extension |
| QOpcUaX509ExtensionBasicConstraints() | |
| QOpcUaX509ExtensionBasicConstraints(const QOpcUaX509ExtensionBasicConstraints &rhs) | |
| virtual | ~QOpcUaX509ExtensionBasicConstraints() |
| bool | ca() const |
| int | pathLength() const |
| void | setCa(bool value) |
| void | setPathLength(int length) |
| QOpcUaX509ExtensionBasicConstraints & | operator=(const QOpcUaX509ExtensionBasicConstraints &rhs) |
| bool | operator==(const QOpcUaX509ExtensionBasicConstraints &rhs) const |
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.
Constructs a default X509ExtensionBasicConstraints.
Constructs a X509ExtensionBasicConstraints from rhs.
[virtual noexcept] QOpcUaX509ExtensionBasicConstraints::~QOpcUaX509ExtensionBasicConstraints()
Destructs a X509ExtensionBasicConstraints.
Returns the flag, if the certificate's subject is a CA.
See also setCa().
Returns the validation path length of the certificate.
See also setPathLength().
Sets the flag, if the certificate's subject is a CA to value.
See also ca().
Sets the validation path length of the certificate to length.
See also pathLength().
Sets the values from rhs in this X509ExtensionBasicConstraints.
Returns true if this X509ExtensionBasicConstraints 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.9/qopcuax509extensionbasicconstraints.html