|
iText 9.5.0 API
|
This interface represents the wrapper for OCSPResponse that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations. More...
Public Member Functions |
|
| byte[] | GetEncoded () |
Calls actual GetEncoded method for the wrapped OCSPResponse object. More... |
|
| int | GetStatus () |
Calls actual GetStatus method for the wrapped OCSPResponse object. More... |
|
| object | GetResponseObject () |
Calls actual GetResponseObject method for the wrapped OCSPResponse object. More... |
|
| int | GetSuccessful () |
Gets SUCCESSFUL constant for the wrapped OCSPResp. More... |
|
Public Member Functions inherited from iText.Commons.Bouncycastle.Asn1.IAsn1Encodable |
|
| IAsn1Object | ToASN1Primitive () |
Calls actual toASN1Primitive method for the wrapped ASN1Encodable object. More... |
|
| bool | IsNull () |
| Checks if wrapped object is null. More... |
|
This interface represents the wrapper for OCSPResponse that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
| byte [] iText.Commons.Bouncycastle.Asn1.Ocsp.IOcspResponse.GetEncoded | ( | ) |
Calls actual GetEncoded method for the wrapped OCSPResponse object.
Implemented in iText.Bouncycastle.Asn1.Ocsp.OcspResponseBC, and iText.Bouncycastlefips.Asn1.Ocsp.OcspResponseBCFips.
| object iText.Commons.Bouncycastle.Asn1.Ocsp.IOcspResponse.GetResponseObject | ( | ) |
Calls actual GetResponseObject method for the wrapped OCSPResponse object.
Implemented in iText.Bouncycastle.Asn1.Ocsp.OcspResponseBC, and iText.Bouncycastlefips.Asn1.Ocsp.OcspResponseBCFips.
| int iText.Commons.Bouncycastle.Asn1.Ocsp.IOcspResponse.GetStatus | ( | ) |
Calls actual GetStatus method for the wrapped OCSPResponse object.
Implemented in iText.Bouncycastle.Asn1.Ocsp.OcspResponseBC, and iText.Bouncycastlefips.Asn1.Ocsp.OcspResponseBCFips.
| int iText.Commons.Bouncycastle.Asn1.Ocsp.IOcspResponse.GetSuccessful | ( | ) |
Gets SUCCESSFUL constant for the wrapped OCSPResp.
Implemented in iText.Bouncycastle.Asn1.Ocsp.OcspResponseBC, and iText.Bouncycastlefips.Asn1.Ocsp.OcspResponseBCFips.