![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qx509_base_p.h>
Public Attributes | |
| QString | oid |
| QString | name |
| QVariant | value |
| bool | critical = false |
| bool | supported = false |
Definition at line 74 of file qx509_base_p.h.
| bool QTlsPrivate::X509CertificateBase::X509CertificateExtension::critical = false |
Definition at line 79 of file qx509_base_p.h.
Referenced by QTlsPrivate::X509CertificateGeneric::parseExtension().
| QString QTlsPrivate::X509CertificateBase::X509CertificateExtension::name |
Definition at line 77 of file qx509_base_p.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
| QString QTlsPrivate::X509CertificateBase::X509CertificateExtension::oid |
Definition at line 76 of file qx509_base_p.h.
| bool QTlsPrivate::X509CertificateBase::X509CertificateExtension::supported = false |
Definition at line 80 of file qx509_base_p.h.
Referenced by QTlsPrivate::X509CertificateGeneric::parse(), and QTlsPrivate::X509CertificateGeneric::parseExtension().
| QVariant QTlsPrivate::X509CertificateBase::X509CertificateExtension::value |
Definition at line 78 of file qx509_base_p.h.