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
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QOcspResponse other) final QOcspCertificateStatus
clone()
Creates and returns a copy of this object.boolean
Seeoperator!
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
-
responder
-
revocationReason
-
subject
-
swap
-
equals
See
operator!=(QOcspResponse,
QOcspResponse) -
hashCode
Returns the objects's hash code computed byqHash(QOcspResponse)
. -
clone
Creates and returns a copy of this object.
-