Interface ICertificateID

  • All Known Implementing Classes:
    CertificateIDBC

    public interface ICertificateID
    This interface represents the wrapper for CertificateID that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
    • Method Detail

      • getHashSha1

        IAlgorithmIdentifier getHashSha1()
        Gets getHashSha1 constant for the wrapped CertificateID.
        Returns:
        CertificateID.HASH_SHA1 wrapper.
      • getSerialNumber

        java.math.BigInteger getSerialNumber()
        Calls actual getSerialNumber method for the wrapped CertificateID object.
        Returns:
        serial number value.