java.lang.Object
io.qt.QtObject
io.qt.network.QSslCertificateExtension
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
API for accessing the extensions of an X509 certificate
Java wrapper for Qt class QSslCertificateExtension
- Since:
- This class was introduced in Qt 5.0.
-
Constructor Summary
-
Method Summary
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QSslCertificateExtension
public QSslCertificateExtension() -
QSslCertificateExtension
- Parameters:
other
-
-
-
Method Details
-
isCritical
- Returns:
-
isSupported
- Returns:
-
name
- Returns:
-
oid
- Returns:
-
assign
- Parameters:
other
-
-
swap
- Parameters:
other
-
-
value
- Returns:
-
clone
Creates and returns a copy of this object.
See
QSslCertificateExtension::
QSslCertificateExtension(QSslCertificateExtension)
-