Class ESSCertIDBCFips
java.lang.Object
com.itextpdf.bouncycastlefips.asn1.ASN1EncodableBCFips
com.itextpdf.bouncycastlefips.asn1.ess.ESSCertIDBCFips
- All Implemented Interfaces:
-
IESSCertID
,IASN1Encodable
Wrapper class for
ESSCertID
.
-
Constructor Summary
ConstructorDescriptionESSCertIDBCFips
(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.bouncycastlefips.asn1.ASN1EncodableBCFips
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
-
ESSCertIDBCFips
public ESSCertIDBCFips(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.
-