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

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

Inheritance diagram for iText.Commons.Bouncycastle.Cert.Ocsp.IRevokedCertStatus:
iText.Commons.Bouncycastle.Cert.Ocsp.ICertStatus iText.Bouncycastle.Cert.Ocsp.RevokedStatusBC iText.Bouncycastlefips.Cert.Ocsp.RevokedStatusBCFips

Public Member Functions

DateTime  GetRevocationTime ()
  Gets RevocationTime for the wrapped revoked CertStatus object. More...
 
- Public Member Functions inherited from iText.Commons.Bouncycastle.Cert.Ocsp.ICertStatus
ICertStatus  GetGood ()
  Gets GOOD constant for the wrapped CertificateStatus. More...
 

Detailed Description

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

Member Function Documentation

◆ GetRevocationTime()

DateTime iText.Commons.Bouncycastle.Cert.Ocsp.IRevokedCertStatus.GetRevocationTime ( )

Gets RevocationTime for the wrapped revoked CertStatus object.

Returns
certificate revocation time.

Implemented in iText.Bouncycastle.Cert.Ocsp.RevokedStatusBC, and iText.Bouncycastlefips.Cert.Ocsp.RevokedStatusBCFips.