Class RespIDBC
java.lang.Object
com.itextpdf.bouncycastle.cert.ocsp.RespIDBC
- All Implemented Interfaces:
-
IRespID
Wrapper class for
RespID
.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Indicates whether some other object is "equal to" this one.org.bouncycastle.cert.ocsp.RespID
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
-
RespIDBC
public RespIDBC(org.bouncycastle.cert.ocsp.RespID respID) Creates new wrapper instance forRespID
.- Parameters:
-
respID
-RespID
to be wrapped
-
RespIDBC
Creates new wrapper instance forRespID
.- Parameters:
-
x500Name
- X500Name wrapper to createRespID
-
-
Method Details
-
getRespID
public org.bouncycastle.cert.ocsp.RespID getRespID()Gets actual org.bouncycastle object being wrapped.- Returns:
-
wrapped
RespID
.
-
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.
-