Class OCSPObjectIdentifiersBC
java.lang.Object
com.itextpdf.bouncycastle.asn1.ocsp.OCSPObjectIdentifiersBC
- All Implemented Interfaces:
IOCSPObjectIdentifiers
Wrapper class for
OCSPObjectIdentifiers.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final IASN1ObjectIdentifierprivate static final IASN1ObjectIdentifierprivate static final IASN1ObjectIdentifierprivate static final IASN1ObjectIdentifierprivate static final OCSPObjectIdentifiersBCprivate final org.bouncycastle.asn1.ocsp.OCSPObjectIdentifiers -
Constructor Summary
ConstructorsConstructorDescriptionOCSPObjectIdentifiersBC(org.bouncycastle.asn1.ocsp.OCSPObjectIdentifiers ocspObjectIdentifiers) Creates new wrapper instance forOCSPObjectIdentifiers. -
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicates whether some other object is "equal to" this one.Getsid_pkix_ocsp_archive_cutoffconstant for the wrapped OCSPObjectIdentifiers.Getsid_pkix_ocsp_basicconstant for the wrapped OCSPObjectIdentifiers.Getsid_pkix_ocsp_nocheckconstant for the wrapped OCSPObjectIdentifiers.Getsid_pkix_ocsp_nonceconstant for the wrapped OCSPObjectIdentifiers.static OCSPObjectIdentifiersBCGets wrapper instance.org.bouncycastle.asn1.ocsp.OCSPObjectIdentifiersGets actual org.bouncycastle object being wrapped.inthashCode()Returns a hash code value based on the wrapped object.toString()DelegatestoStringmethod call to the wrapped object.
-
Field Details
-
INSTANCE
-
ID_PKIX_OCSP_BASIC
-
ID_PKIX_OCSP_NONCE
-
ID_PKIX_OCSP_NOCHECK
-
ID_PKIX_OCSP_ARCHIVE_CUTOFF
-
ocspObjectIdentifiers
private final org.bouncycastle.asn1.ocsp.OCSPObjectIdentifiers ocspObjectIdentifiers
-
-
Constructor Details
-
OCSPObjectIdentifiersBC
public OCSPObjectIdentifiersBC(org.bouncycastle.asn1.ocsp.OCSPObjectIdentifiers ocspObjectIdentifiers) Creates new wrapper instance forOCSPObjectIdentifiers.- Parameters:
ocspObjectIdentifiers-OCSPObjectIdentifiersto be wrapped
-
-
Method Details
-
getInstance
Gets wrapper instance.- Returns:
OCSPObjectIdentifiersBCinstance.
-
getOCSPObjectIdentifiers
public org.bouncycastle.asn1.ocsp.OCSPObjectIdentifiers getOCSPObjectIdentifiers()Gets actual org.bouncycastle object being wrapped.- Returns:
- wrapped
OCSPObjectIdentifiers.
-
getIdPkixOcspBasic
Getsid_pkix_ocsp_basicconstant for the wrapped OCSPObjectIdentifiers.- Specified by:
getIdPkixOcspBasicin interfaceIOCSPObjectIdentifiers- Returns:
- OCSPObjectIdentifiers.id_pkix_ocsp_basic wrapper.
-
getIdPkixOcspNonce
Getsid_pkix_ocsp_nonceconstant for the wrapped OCSPObjectIdentifiers.- Specified by:
getIdPkixOcspNoncein interfaceIOCSPObjectIdentifiers- Returns:
- OCSPObjectIdentifiers.id_pkix_ocsp_nonce wrapper.
-
getIdPkixOcspNoCheck
Getsid_pkix_ocsp_nocheckconstant for the wrapped OCSPObjectIdentifiers.- Specified by:
getIdPkixOcspNoCheckin interfaceIOCSPObjectIdentifiers- Returns:
- OCSPObjectIdentifiers.id_pkix_ocsp_nocheck wrapper.
-
getIdPkixOcspArchiveCutoff
Getsid_pkix_ocsp_archive_cutoffconstant for the wrapped OCSPObjectIdentifiers.- Specified by:
getIdPkixOcspArchiveCutoffin interfaceIOCSPObjectIdentifiers- Returns:
- OCSPObjectIdentifiers.id_pkix_ocsp_archive_cutoff wrapper.
-
equals
-
hashCode
-
toString
-