- class QOpcUaX509Extension¶
Base class for all X509 extensions. More…
Inherited by:
QOpcUaX509ExtensionSubjectAlternativeName
,QOpcUaX509ExtensionKeyUsage
,QOpcUaX509ExtensionExtendedKeyUsage
,QOpcUaX509ExtensionBasicConstraints
Synopsis¶
Methods¶
def
__init__()
def
critical()
def
__eq__()
def
setCritical()
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
Detailed Description¶
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.
- __init__()¶
Constructs a default X509Extension.
- __init__(arg__1)
- Parameters:
arg__1 –
QOpcUaX509Extension
Constructs a X509Extension from
rhs
.- critical()¶
- Return type:
bool
Return the state of the critical flag.
See also
- __eq__(rhs)¶
- Parameters:
rhs –
QOpcUaX509Extension
- Return type:
bool
Returns
true
if this X509Extension has the same value asrhs
.- setCritical(critical)¶
- Parameters:
critical – bool
Sets the critical flag to
critical
.See also