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

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

Inheritance diagram for iText.Commons.Bouncycastle.Cert.Ocsp.IReq:
iText.Bouncycastle.Cert.Ocsp.ReqBC iText.Bouncycastlefips.Cert.Ocsp.ReqBCFips

Public Member Functions

ICertID  GetCertID ()
  Calls actual getCertID method for the wrapped Req object. More...
 

Detailed Description

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

Member Function Documentation

◆ GetCertID()

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

Calls actual getCertID method for the wrapped Req object.

Returns

ICertID the wrapper for the received CertificateID.

Implemented in iText.Bouncycastle.Cert.Ocsp.ReqBC, and iText.Bouncycastlefips.Cert.Ocsp.ReqBCFips.