Class ESSCertIDBC
java.lang.Object
com.itextpdf.bouncycastle.asn1.ASN1EncodableBC
com.itextpdf.bouncycastle.asn1.ess.ESSCertIDBC
- All Implemented Interfaces:
-
IESSCertID
,IASN1Encodable
Wrapper class for
ESSCertID
.
-
Constructor Summary
ConstructorDescriptionESSCertIDBC
(org.bouncycastle.asn1.ess.ESSCertID essCertID) Creates new wrapper instance forESSCertID
. -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
Calls actualgetCertHash
method for the wrapped ESSCertID object.org.bouncycastle.asn1.ess.ESSCertID
Gets actual org.bouncycastle object being wrapped.Methods inherited from class com.itextpdf.bouncycastle.asn1.ASN1EncodableBC
equals, getEncodable, hashCode, isNull, toASN1Primitive, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.itextpdf.commons.bouncycastle.asn1.IASN1Encodable
isNull, toASN1Primitive
-
Constructor Details
-
ESSCertIDBC
public ESSCertIDBC(org.bouncycastle.asn1.ess.ESSCertID essCertID) Creates new wrapper instance forESSCertID
.- Parameters:
-
essCertID
-ESSCertID
to be wrapped
-
-
Method Details
-
getEssCertID
public org.bouncycastle.asn1.ess.ESSCertID getEssCertID()Gets actual org.bouncycastle object being wrapped.- Returns:
-
wrapped
ESSCertID
.
-
getCertHash
public byte[] getCertHash()Calls actualgetCertHash
method for the wrapped ESSCertID object.- Specified by:
-
getCertHash
in interfaceIESSCertID
- Returns:
- certificate hash byte array.
-