|
iText 8.0.0 API
|
This interface represents the wrapper for BasicOCSPResponse that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations. More...
Public Member Functions |
|
| DateTime | GetProducedAtDate () |
Gets TbsResponseData for the wrapped BasicOCSPResponse object and calls actual getProducedAt method, then gets DateTime. More... |
|
| bool | Verify (IX509Certificate cert) |
| Verifies given certificate for the wrapped BasicOCSPResponse object. More... |
|
| IEnumerable< IX509Certificate > | GetCerts () |
Gets actual Certs field for the wrapped BasicOCSPResponse object. More... |
|
| byte[] | GetEncoded () |
Calls actual GetEncoded method for the wrapped BasicOCSPResponse object. More... |
|
| ISingleResponse[] | GetResponses () |
Calls actual GetResponses method for the wrapped BasicOCSPResponse object. 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 BasicOCSPResponse that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
| IEnumerable<IX509Certificate> iText.Commons.Bouncycastle.Asn1.Ocsp.IBasicOcspResponse.GetCerts | ( | ) |
Gets actual Certs field for the wrapped BasicOCSPResponse object.
Implemented in iText.Bouncycastlefips.Asn1.Ocsp.BasicOcspResponseBCFips, and iText.Bouncycastle.Asn1.Ocsp.BasicOcspResponseBC.
| byte [] iText.Commons.Bouncycastle.Asn1.Ocsp.IBasicOcspResponse.GetEncoded | ( | ) |
Calls actual GetEncoded method for the wrapped BasicOCSPResponse object.
Implemented in iText.Bouncycastlefips.Asn1.Ocsp.BasicOcspResponseBCFips, and iText.Bouncycastle.Asn1.Ocsp.BasicOcspResponseBC.
| DateTime iText.Commons.Bouncycastle.Asn1.Ocsp.IBasicOcspResponse.GetProducedAtDate | ( | ) |
Gets TbsResponseData for the wrapped BasicOCSPResponse object and calls actual getProducedAt method, then gets DateTime.
Implemented in iText.Bouncycastlefips.Asn1.Ocsp.BasicOcspResponseBCFips, and iText.Bouncycastle.Asn1.Ocsp.BasicOcspResponseBC.
| ISingleResponse [] iText.Commons.Bouncycastle.Asn1.Ocsp.IBasicOcspResponse.GetResponses | ( | ) |
Calls actual GetResponses method for the wrapped BasicOCSPResponse object.
Implemented in iText.Bouncycastlefips.Asn1.Ocsp.BasicOcspResponseBCFips, and iText.Bouncycastle.Asn1.Ocsp.BasicOcspResponseBC.
| bool iText.Commons.Bouncycastle.Asn1.Ocsp.IBasicOcspResponse.Verify | ( | IX509Certificate | cert | ) |
Verifies given certificate for the wrapped BasicOCSPResponse object.
Implemented in iText.Bouncycastlefips.Asn1.Ocsp.BasicOcspResponseBCFips, and iText.Bouncycastle.Asn1.Ocsp.BasicOcspResponseBC.