Interface ISingleResp

All Known Implementing Classes:
SingleRespBC, SingleRespBCFips

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 Summary

    Modifier and Type
    Method
    Description
    Calls actual getCertID method for the wrapped SingleResp object.
    Calls actual getCertStatus method for the wrapped SingleResp object.
    Calls actual getNextUpdate method for the wrapped SingleResp object.
    Calls actual getThisUpdate method for the wrapped SingleResp object.
  • Method Details

    • 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

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

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