Class ESSCertIDBC

    • Constructor Detail

      • ESSCertIDBC

        public ESSCertIDBC​(org.bouncycastle.asn1.ess.ESSCertID essCertID)
        Creates new wrapper instance for ESSCertID.
        Parameters:
        essCertID - ESSCertID to be wrapped
    • 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 actual getCertHash method for the wrapped ESSCertID object.
        Specified by:
        getCertHash in interface IESSCertID
        Returns:
        certificate hash byte array.