|
iText 9.7.0 API
|
Wrapper class for Org.BouncyCastle.Asn1.Ocsp.BasicOcspResponse. More...
Public Member Functions |
|
| BasicOcspResponseBC (BasicOcspResponse basicOCSPResponse) | |
| Creates new wrapper instance for Org.BouncyCastle.Asn1.Ocsp.BasicOcspResponse. More... |
|
| virtual BasicOcspResponse | GetBasicOcspResponse () |
| Gets actual org.bouncycastle object being wrapped. More... |
|
| virtual 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... |
|
| IX509Certificate[] | GetOcspCerts () |
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... |
|
| DateTime | GetProducedAt () |
Calls actual GetProducedAt method for the wrapped BasicOCSPResponse object. More... |
|
| IAsn1Encodable | GetExtensionParsedValue (IDerObjectIdentifier objectIdentifier) |
Calls actual GetExtensionParsedValue method for the wrapped BasicOCSPResponse object. More... |
|
| IRespID | GetResponderId () |
| IAlgorithmIdentifier | GetSignatureAlgorithmID () |
Calls actual getSignatureAlgorithmID method for the wrapped BasicOCSPResp object. More... |
|
Public Member Functions inherited from iText.Bouncycastle.Asn1.Asn1EncodableBC |
|
| Asn1EncodableBC (Asn1Encodable encodable) | |
| Creates new wrapper instance for Org.BouncyCastle.Asn1.Asn1Encodable. More... |
|
| virtual Asn1Encodable | GetEncodable () |
| Gets actual org.bouncycastle object being wrapped. More... |
|
| virtual IAsn1Object | ToASN1Primitive () |
Calls actual toASN1Primitive method for the wrapped ASN1Encodable object. More... |
|
| virtual bool | IsNull () |
| Checks if wrapped object is null. More... |
|
| override bool | Equals (Object o) |
| Indicates whether some other object is "equal to" this one. More... |
|
| override int | GetHashCode () |
| Returns a hash code value based on the wrapped object. More... |
|
| override String | ToString () |
Delegates toString method call to the wrapped object. More... |
|
Wrapper class for Org.BouncyCastle.Asn1.Ocsp.BasicOcspResponse.
|
inline |
Creates new wrapper instance for Org.BouncyCastle.Asn1.Ocsp.BasicOcspResponse.
| basicOCSPResponse |
Org.BouncyCastle.Asn1.Ocsp.BasicOcspResponse to be wrapped
|
inlinevirtual |
Gets actual org.bouncycastle object being wrapped.
|
inline |
Gets actual Certs field for the wrapped BasicOCSPResponse object.
Implements iText.Commons.Bouncycastle.Asn1.Ocsp.IBasicOcspResponse.
|
inline |
Calls actual GetEncoded method for the wrapped BasicOCSPResponse object.
Implements iText.Commons.Bouncycastle.Asn1.Ocsp.IBasicOcspResponse.
|
inline |
Calls actual GetExtensionParsedValue method for the wrapped BasicOCSPResponse object.
Implements iText.Commons.Bouncycastle.Asn1.Ocsp.IBasicOcspResponse.
|
inline |
Gets actual Certs field for the wrapped BasicOCSPResponse object.
Implements iText.Commons.Bouncycastle.Asn1.Ocsp.IBasicOcspResponse.
|
inline |
Calls actual GetProducedAt method for the wrapped BasicOCSPResponse object.
Implements iText.Commons.Bouncycastle.Asn1.Ocsp.IBasicOcspResponse.
|
inlinevirtual |
Gets TbsResponseData for the wrapped BasicOCSPResponse object and calls actual getProducedAt method, then gets DateTime.
Implements iText.Commons.Bouncycastle.Asn1.Ocsp.IBasicOcspResponse.
|
inline |
Calls actual GetResponses method for the wrapped BasicOCSPResponse object.
Implements iText.Commons.Bouncycastle.Asn1.Ocsp.IBasicOcspResponse.
|
inline |
Calls actual getSignatureAlgorithmID method for the wrapped BasicOCSPResp object.
Implements iText.Commons.Bouncycastle.Asn1.Ocsp.IBasicOcspResponse.
|
inline |
Verifies given certificate for the wrapped BasicOCSPResponse object.
Implements iText.Commons.Bouncycastle.Asn1.Ocsp.IBasicOcspResponse.