Class ReqBC
java.lang.Object
com.itextpdf.bouncycastle.cert.ocsp.ReqBC
- All Implemented Interfaces:
-
IReq
Wrapper class for
Req
.
-
Constructor Summary
ConstructorDescriptionReqBC
(org.bouncycastle.cert.ocsp.Req req) Creates new wrapper instance forReq
. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Indicates whether some other object is "equal to" this one.Calls actualgetCertID
method for the wrapped Req object.org.bouncycastle.cert.ocsp.Req
getReq()
Gets actual org.bouncycastle object being wrapped.int
hashCode()
Returns a hash code value based on the wrapped object.toString()
DelegatestoString
method call to the wrapped object.
-
Constructor Details
-
ReqBC
public ReqBC(org.bouncycastle.cert.ocsp.Req req) Creates new wrapper instance forReq
.- Parameters:
-
req
-Req
to be wrapped
-
-
Method Details
-
getReq
public org.bouncycastle.cert.ocsp.Req getReq()Gets actual org.bouncycastle object being wrapped.- Returns:
-
wrapped
Req
.
-
getCertID
Calls actualgetCertID
method for the wrapped Req object.- Specified by:
-
getCertID
in interfaceIReq
- Returns:
-
ICertificateID
the wrapper for the received CertificateID.
-
equals
Indicates whether some other object is "equal to" this one. Compares wrapped objects. -
hashCode
public int hashCode()Returns a hash code value based on the wrapped object. -
toString
DelegatestoString
method call to the wrapped object.
-