Class ESSCertIDBC
- java.lang.Object
-
- com.itextpdf.bouncycastle.asn1.ASN1EncodableBC
-
- com.itextpdf.bouncycastle.asn1.ess.ESSCertIDBC
-
- All Implemented Interfaces:
IESSCertID
,IASN1Encodable
public class ESSCertIDBC extends ASN1EncodableBC implements IESSCertID
Wrapper class forESSCertID
.
-
-
Constructor Summary
Constructors Constructor Description ESSCertIDBC(org.bouncycastle.asn1.ess.ESSCertID essCertID)
Creates new wrapper instance forESSCertID
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getCertHash()
Calls actualgetCertHash
method for the wrapped ESSCertID object.org.bouncycastle.asn1.ess.ESSCertID
getEssCertID()
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
-
-
-
-
Method Detail
-
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.
-
-