Interface ISingleResp

  • All Known Implementing Classes:
    SingleRespBC

    public interface ISingleResp
    This interface represents the wrapper for SingleResp 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 SingleResp object.
        Returns:
        ICertificateID the wrapper for the received CertificateID.
      • getCertStatus

        ICertificateStatus getCertStatus()
        Calls actual getCertStatus method for the wrapped SingleResp object.
        Returns:
        ICertificateStatus the wrapper for the received CertificateStatus.
      • getNextUpdate

        java.util.Date getNextUpdate()
        Calls actual getNextUpdate method for the wrapped SingleResp object.
        Returns:
        date of next update.
      • getThisUpdate

        java.util.Date getThisUpdate()
        Calls actual getThisUpdate method for the wrapped SingleResp object.
        Returns:
        date of this update.