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 TypeMethodDescriptionCalls actualgetCertID
method for the wrapped SingleResp object.Calls actualgetCertStatus
method for the wrapped SingleResp object.Calls actualgetNextUpdate
method for the wrapped SingleResp object.Calls actualgetThisUpdate
method for the wrapped SingleResp object.
-
Method Details
-
getCertID
ICertificateID getCertID()Calls actualgetCertID
method for the wrapped SingleResp object.- Returns:
-
ICertificateID
the wrapper for the received CertificateID.
-
getCertStatus
ICertificateStatus getCertStatus()Calls actualgetCertStatus
method for the wrapped SingleResp object.- Returns:
-
ICertificateStatus
the wrapper for the received CertificateStatus.
-
getNextUpdate
Date getNextUpdate()Calls actualgetNextUpdate
method for the wrapped SingleResp object.- Returns:
- date of next update.
-
getThisUpdate
Date getThisUpdate()Calls actualgetThisUpdate
method for the wrapped SingleResp object.- Returns:
- date of this update.
-