Class ResponderIDBC
java.lang.Object
com.itextpdf.bouncycastle.cert.ocsp.ResponderIDBC
- All Implemented Interfaces:
-
IResponderID
Wrapper class for
ResponderID.
-
Constructor Summary
ConstructorsConstructorDescriptionResponderIDBC(org.bouncycastle.asn1.ocsp.ResponderID responderID) Creates new wrapper instance forResponderID. -
Method Summary
Modifier and TypeMethodDescriptionbyte[]Calls actualgetKeyHashmethod for the wrapped BasicOCSPResp object.getName()Calls actualgetNamemethod for the wrapped BasicOCSPResp object.org.bouncycastle.asn1.ocsp.ResponderIDGets actual org.bouncycastle object being wrapped.
-
Constructor Details
-
ResponderIDBC
public ResponderIDBC(org.bouncycastle.asn1.ocsp.ResponderID responderID) Creates new wrapper instance forResponderID.- Parameters:
-
responderID-ResponderIDto be wrapped
-
-
Method Details
-
getName
Calls actualgetNamemethod for the wrapped BasicOCSPResp object.- Specified by:
-
getNamein interfaceIResponderID - Returns:
- wrapped X500NAme
-
getKeyHash
public byte[] getKeyHash()Calls actualgetKeyHashmethod for the wrapped BasicOCSPResp object.- Specified by:
-
getKeyHashin interfaceIResponderID - Returns:
-
byte[]representing corresponding key hash
-
getResponderID
public org.bouncycastle.asn1.ocsp.ResponderID getResponderID()Gets actual org.bouncycastle object being wrapped.- Returns:
-
wrapped
ResponderID.
-