Class ESSCertIDv2BCFips

java.lang.Object
com.itextpdf.bouncycastlefips.asn1.ASN1EncodableBCFips
com.itextpdf.bouncycastlefips.asn1.ess.ESSCertIDv2BCFips
All Implemented Interfaces:
IESSCertIDv2, IASN1Encodable

public class ESSCertIDv2BCFips extends ASN1EncodableBCFips implements IESSCertIDv2
Wrapper class for ESSCertIDv2.
  • Constructor Details

    • ESSCertIDv2BCFips

      public ESSCertIDv2BCFips (org.bouncycastle.asn1.ess.ESSCertIDv2 essCertIDv2)
      Creates new wrapper instance for ESSCertIDv2.
      Parameters:
      essCertIDv2 - ESSCertIDv2 to be wrapped
  • Method Details

    • getEssCertIDv2

      public org.bouncycastle.asn1.ess.ESSCertIDv2 getEssCertIDv2()
      Gets actual org.bouncycastle object being wrapped.
      Returns:
      wrapped ESSCertIDv2.
    • getHashAlgorithm

      public IAlgorithmIdentifier getHashAlgorithm()
      Calls actual getHashAlgorithm method for the wrapped ESSCertIDv2 object.
      Specified by:
      getHashAlgorithm in interface IESSCertIDv2
      Returns:
      IAlgorithmIdentifier hash algorithm wrapper.
    • getCertHash

      public byte[] getCertHash()
      Calls actual getCertHash method for the wrapped ESSCertIDv2 object.
      Specified by:
      getCertHash in interface IESSCertIDv2
      Returns:
      certificate hash byte array.