Class ResponderIDBC
java.lang.Object
com.itextpdf.bouncycastle.cert.ocsp.ResponderIDBC
- All Implemented Interfaces:
-
IResponderID
Wrapper class for
ResponderID
.
-
Constructor Summary
ConstructorDescriptionResponderIDBC
(org.bouncycastle.asn1.ocsp.ResponderID responderID) Creates new wrapper instance forResponderID
. -
Method Summary
Modifier and TypeMethodDescriptiongetName()
Calls actualgetName
method for the wrapped BasicOCSPResp object.org.bouncycastle.asn1.ocsp.ResponderID
Gets actual org.bouncycastle object being wrapped.
-
Constructor Details
-
ResponderIDBC
public ResponderIDBC(org.bouncycastle.asn1.ocsp.ResponderID responderID) Creates new wrapper instance forResponderID
.- Parameters:
-
responderID
-ResponderID
to be wrapped
-
-
Method Details
-
getName
Calls actualgetName
method for the wrapped BasicOCSPResp object.- Specified by:
-
getName
in interfaceIResponderID
- Returns:
- wrapped X500NAme.
-
getResponderID
public org.bouncycastle.asn1.ocsp.ResponderID getResponderID()Gets actual org.bouncycastle object being wrapped.- Returns:
-
wrapped
ResponderID
.
-