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
- Since:
- This class was introduced in Qt 5.13.
-
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) Seeoperator==(QOcspResponse,
QOcspResponse) boolean
Seeoperator==(QOcspResponse,
QOcspResponse) 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()- Since:
- This function was introduced in Qt 5.13.
-
QOcspResponse
- Parameters:
other
-- Since:
- This function was introduced in Qt 5.13.
-
-
Method Details
-
certificateStatus
- Returns:
- Since:
- This function was introduced in Qt 5.13.
-
assign
- Parameters:
other
-- Since:
- This function was introduced in Qt 5.13.
-
equals
See
operator==(QOcspResponse,
QOcspResponse) - Parameters:
rhs
-- Returns:
-
responder
- Returns:
- Since:
- This function was introduced in Qt 5.13.
-
revocationReason
- Returns:
- Since:
- This function was introduced in Qt 5.13.
-
subject
- Returns:
- Since:
- This function was introduced in Qt 5.13.
-
swap
- Parameters:
other
-- Since:
- This function was introduced in Qt 5.13.
-
equals
See
operator==(QOcspResponse,
QOcspResponse) -
hashCode
Returns the objects's hash code computed byqHash(QOcspResponse)
. -
clone
Creates and returns a copy of this object.
-