Interface IReq

  • All Known Implementing Classes:
    ReqBC

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

      • getCertID

        ICertificateID getCertID()
        Calls actual getCertID method for the wrapped Req object.
        Returns:
        ICertificateID the wrapper for the received CertificateID.