21 QSslCertificateExtension();
22 QSslCertificateExtension(
const QSslCertificateExtension &other);
23 QSslCertificateExtension &operator=(QSslCertificateExtension &&other)
noexcept { swap(other);
return *
this; }
24 QSslCertificateExtension &operator=(
const QSslCertificateExtension &other);
25 ~QSslCertificateExtension();
27 void swap(QSslCertificateExtension &other)
noexcept { d.swap(other.d); }
31 QVariant value()
const;
32 bool isCritical()
const;
34 bool isSupported()
const;
37 friend class QSslCertificatePrivate;
38 QSharedDataPointer<QSslCertificateExtensionPrivate> d;