Interface ISigningCertificate

  • All Superinterfaces:
    IASN1Encodable
    All Known Implementing Classes:
    SigningCertificateBC

    public interface ISigningCertificate
    extends IASN1Encodable
    This interface represents the wrapper for SigningCertificate that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
    • Method Detail

      • getCerts

        IESSCertID[] getCerts()
        Calls actual getCerts method for the wrapped SigningCertificate object.
        Returns:
        array of wrapped certificates IESSCertID.