Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qsslcertificateextension.cpp
Go to the documentation of this file.
1// Copyright (C) 2011 Richard J. Moore <rich@kde.org>
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
96
98
106
114
121
130
142{
143 return d->oid;
144}
145
151{
152 return d->name;
153}
154
160{
161 return d->value;
162}
163
168{
169 return d->critical;
170}
171
181{
182 return d->supported;
183}
184
The QSslCertificateExtension class provides an API for accessing the extensions of an X509 certificat...
bool isCritical() const
Returns the criticality of the extension.
QString name() const
Returns the name of the extension.
bool isSupported() const
Returns the true if this extension is supported.
QSslCertificateExtension()
Constructs a QSslCertificateExtension.
~QSslCertificateExtension()
Destroys the extension.
QSslCertificateExtension & operator=(QSslCertificateExtension &&other) noexcept
QVariant value() const
Returns the value of the extension.
QString oid() const
Returns the ASN.1 OID of this extension.
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition qstring.h:129
\inmodule QtCore
Definition qvariant.h:65
Combined button and popup list for selecting options.
QSharedPointer< T > other(t)
[5]