|
iText 9.5.0 API
|
Wrapper class for Org.BouncyCastle.Asn1.Ocsp.OcspResponse. More...
Public Member Functions |
|
| OcspResponseBC (OcspResponse ocspResponse) | |
| Creates new wrapper instance for Org.BouncyCastle.Asn1.Ocsp.OcspResponse. More... |
|
| OcspResponseBC (IOcspResponseStatus respStatus, IResponseBytes responseBytes) | |
| Creates new wrapper instance for Org.BouncyCastle.Asn1.Ocsp.OcspResponse. More... |
|
| virtual OcspResponse | GetOcspResponse () |
| Gets actual org.bouncycastle object being wrapped. More... |
|
| 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.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... |
|
Static Public Member Functions |
|
| static OcspResponseBC | GetInstance () |
| Gets wrapper instance. More... |
|
Wrapper class for Org.BouncyCastle.Asn1.Ocsp.OcspResponse.
|
inline |
Creates new wrapper instance for Org.BouncyCastle.Asn1.Ocsp.OcspResponse.
| ocspResponse |
Org.BouncyCastle.Asn1.Ocsp.OcspResponse to be wrapped
|
inline |
Creates new wrapper instance for Org.BouncyCastle.Asn1.Ocsp.OcspResponse.
| respStatus | OCSPResponseStatus wrapper |
| responseBytes | ResponseBytes wrapper |
|
inline |
Calls actual GetEncoded method for the wrapped OCSPResponse object.
Implements iText.Commons.Bouncycastle.Asn1.Ocsp.IOcspResponse.
|
inlinestatic |
Gets wrapper instance.
OcspResponseBC instance.
|
inlinevirtual |
Gets actual org.bouncycastle object being wrapped.
|
inline |
Calls actual GetResponseObject method for the wrapped OCSPResponse object.
Implements iText.Commons.Bouncycastle.Asn1.Ocsp.IOcspResponse.
|
inline |
Calls actual GetStatus method for the wrapped OCSPResponse object.
Implements iText.Commons.Bouncycastle.Asn1.Ocsp.IOcspResponse.
|
inline |
Gets SUCCESSFUL constant for the wrapped OCSPResp.
Implements iText.Commons.Bouncycastle.Asn1.Ocsp.IOcspResponse.