Interface ISingleResp
-
- All Known Implementing Classes:
SingleRespBC
public interface ISingleRespThis interface represents the wrapper for SingleResp that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ICertificateIDgetCertID()Calls actualgetCertIDmethod for the wrapped SingleResp object.ICertificateStatusgetCertStatus()Calls actualgetCertStatusmethod for the wrapped SingleResp object.java.util.DategetNextUpdate()Calls actualgetNextUpdatemethod for the wrapped SingleResp object.java.util.DategetThisUpdate()Calls actualgetThisUpdatemethod for the wrapped SingleResp object.
-
-
-
Method Detail
-
getCertID
ICertificateID getCertID()
Calls actualgetCertIDmethod for the wrapped SingleResp object.- Returns:
ICertificateIDthe wrapper for the received CertificateID.
-
getCertStatus
ICertificateStatus getCertStatus()
Calls actualgetCertStatusmethod for the wrapped SingleResp object.- Returns:
ICertificateStatusthe wrapper for the received CertificateStatus.
-
getNextUpdate
java.util.Date getNextUpdate()
Calls actualgetNextUpdatemethod for the wrapped SingleResp object.- Returns:
- date of next update.
-
getThisUpdate
java.util.Date getThisUpdate()
Calls actualgetThisUpdatemethod for the wrapped SingleResp object.- Returns:
- date of this update.
-
-