|
iText 9.6.0 API
|
Wrapper class for Org.BouncyCastle.Asn1.Ocsp.OcspObjectIdentifiers. More...
Public Member Functions |
|
| OcspObjectIdentifiersBC (OcspObjectIdentifiers ocspObjectIdentifiers) | |
| Creates new wrapper instance for Org.BouncyCastle.Asn1.Ocsp.OcspObjectIdentifiers. More... |
|
| virtual OcspObjectIdentifiers | GetOcspObjectIdentifiers () |
| Gets actual org.bouncycastle object being wrapped. More... |
|
| virtual IDerObjectIdentifier | GetIdPkixOcspBasic () |
Gets id_pkix_ocsp_basic constant for the wrapped OCSPObjectIdentifiers. More... |
|
| virtual IDerObjectIdentifier | GetIdPkixOcspNonce () |
Gets id_pkix_ocsp_nonce constant for the wrapped OCSPObjectIdentifiers. More... |
|
| virtual IDerObjectIdentifier | GetIdPkixOcspNoCheck () |
Gets id_pkix_ocsp_nocheck constant for the wrapped OCSPObjectIdentifiers. More... |
|
| virtual IDerObjectIdentifier | GetIdPkixOcspArchiveCutoff () |
Gets id_pkix_ocsp_archive_cutoff constant for the wrapped OCSPObjectIdentifiers. 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 OcspObjectIdentifiersBC | GetInstance () |
| Gets wrapper instance. More... |
|
Wrapper class for Org.BouncyCastle.Asn1.Ocsp.OcspObjectIdentifiers.
|
inline |
Creates new wrapper instance for Org.BouncyCastle.Asn1.Ocsp.OcspObjectIdentifiers.
| ocspObjectIdentifiers |
Org.BouncyCastle.Asn1.Ocsp.OcspObjectIdentifiers to be wrapped
|
inline |
Indicates whether some other object is "equal to" this one.
Indicates whether some other object is "equal to" this one. Compares wrapped objects.
|
inline |
Returns a hash code value based on the wrapped object.
|
inlinevirtual |
Gets id_pkix_ocsp_archive_cutoff constant for the wrapped OCSPObjectIdentifiers.
Implements iText.Commons.Bouncycastle.Asn1.Ocsp.IOcspObjectIdentifiers.
|
inlinevirtual |
Gets id_pkix_ocsp_basic constant for the wrapped OCSPObjectIdentifiers.
Implements iText.Commons.Bouncycastle.Asn1.Ocsp.IOcspObjectIdentifiers.
|
inlinevirtual |
Gets id_pkix_ocsp_nocheck constant for the wrapped OCSPObjectIdentifiers.
Implements iText.Commons.Bouncycastle.Asn1.Ocsp.IOcspObjectIdentifiers.
|
inlinevirtual |
Gets id_pkix_ocsp_nonce constant for the wrapped OCSPObjectIdentifiers.
Implements iText.Commons.Bouncycastle.Asn1.Ocsp.IOcspObjectIdentifiers.
|
inlinestatic |
Gets wrapper instance.
OcspObjectIdentifiersBC instance.
|
inlinevirtual |
Gets actual org.bouncycastle object being wrapped.
|
inline |
Delegates toString method call to the wrapped object.