iText 8.0.5 API
iText.Commons.Bouncycastle.Cert.Ocsp.ISingleResponse Interface Reference

This interface represents the wrapper for SingleResp that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations. More...

Inheritance diagram for iText.Commons.Bouncycastle.Cert.Ocsp.ISingleResponse:
iText.Bouncycastle.Cert.Ocsp.SingleResponseBC iText.Bouncycastlefips.Cert.Ocsp.SingleResponseBCFips

Public Member Functions

ICertID  GetCertID ()
  Calls actual getCertID method for the wrapped SingleResp object. More...
 
ICertStatus  GetCertStatus ()
  Calls actual getCertStatus method for the wrapped SingleResp object. More...
 
DateTime  GetNextUpdate ()
  Calls actual getNextUpdate method for the wrapped SingleResp object. More...
 
DateTime  GetThisUpdate ()
  Calls actual getThisUpdate method for the wrapped SingleResp object. More...
 

Detailed Description

This interface represents the wrapper for SingleResp that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.

Member Function Documentation

◆ GetCertID()

ICertID iText.Commons.Bouncycastle.Cert.Ocsp.ISingleResponse.GetCertID ( )

Calls actual getCertID method for the wrapped SingleResp object.

Returns

ICertID the wrapper for the received CertificateID.

Implemented in iText.Bouncycastle.Cert.Ocsp.SingleResponseBC, and iText.Bouncycastlefips.Cert.Ocsp.SingleResponseBCFips.

◆ GetCertStatus()

ICertStatus iText.Commons.Bouncycastle.Cert.Ocsp.ISingleResponse.GetCertStatus ( )

Calls actual getCertStatus method for the wrapped SingleResp object.

Returns

ICertStatus the wrapper for the received CertificateStatus.

Implemented in iText.Bouncycastle.Cert.Ocsp.SingleResponseBC, and iText.Bouncycastlefips.Cert.Ocsp.SingleResponseBCFips.

◆ GetNextUpdate()

DateTime iText.Commons.Bouncycastle.Cert.Ocsp.ISingleResponse.GetNextUpdate ( )

Calls actual getNextUpdate method for the wrapped SingleResp object.

Returns
date of next update.

Implemented in iText.Bouncycastle.Cert.Ocsp.SingleResponseBC, and iText.Bouncycastlefips.Cert.Ocsp.SingleResponseBCFips.

◆ GetThisUpdate()

DateTime iText.Commons.Bouncycastle.Cert.Ocsp.ISingleResponse.GetThisUpdate ( )

Calls actual getThisUpdate method for the wrapped SingleResp object.

Returns
date of this update.

Implemented in iText.Bouncycastle.Cert.Ocsp.SingleResponseBC, and iText.Bouncycastlefips.Cert.Ocsp.SingleResponseBCFips.