java.lang.Object
io.qt.QtObject
io.qt.network.QOcspResponse
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
This class represents Online Certificate Status Protocol response
Java wrapper for Qt class QOcspResponse
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QOcspResponse other) final QOcspCertificateStatus
clone()
Creates and returns a copy of this object.final boolean
equals
(QOcspResponse rhs) boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QOcspResponse)
.final QSslCertificate
final QOcspRevocationReason
final QSslCertificate
subject()
final void
swap
(QOcspResponse other) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QOcspResponse
public QOcspResponse() -
QOcspResponse
-
-
Method Details
-
certificateStatus
-
assign
-
equals
-
responder
-
revocationReason
-
subject
-
swap
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QOcspResponse)
. -
clone
Creates and returns a copy of this object.
-