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

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

Inheritance diagram for iText.Commons.Bouncycastle.Cert.Ocsp.ICertStatus:
iText.Bouncycastle.Cert.Ocsp.CertStatusBC iText.Bouncycastlefips.Cert.Ocsp.CertStatusBCFips iText.Commons.Bouncycastle.Cert.Ocsp.IRevokedCertStatus iText.Commons.Bouncycastle.Cert.Ocsp.IUnknownCertStatus iText.Bouncycastle.Cert.Ocsp.RevokedStatusBC iText.Bouncycastle.Cert.Ocsp.UnknownStatusBC iText.Bouncycastlefips.Cert.Ocsp.RevokedStatusBCFips iText.Bouncycastlefips.Cert.Ocsp.UnknownStatusBCFips iText.Bouncycastle.Cert.Ocsp.RevokedStatusBC iText.Bouncycastlefips.Cert.Ocsp.RevokedStatusBCFips iText.Bouncycastle.Cert.Ocsp.UnknownStatusBC iText.Bouncycastlefips.Cert.Ocsp.UnknownStatusBCFips

Public Member Functions

ICertStatus  GetGood ()
  Gets GOOD constant for the wrapped CertificateStatus. More...
 

Detailed Description

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

Member Function Documentation

◆ GetGood()

ICertStatus iText.Commons.Bouncycastle.Cert.Ocsp.ICertStatus.GetGood ( )

Gets GOOD constant for the wrapped CertificateStatus.

Returns
CertificateStatus.GOOD wrapper.

Implemented in iText.Bouncycastle.Cert.Ocsp.CertStatusBC, and iText.Bouncycastlefips.Cert.Ocsp.CertStatusBCFips.