Class OCSPObjectIdentifiersBCFips
java.lang.Object
com.itextpdf.bouncycastlefips.asn1.ocsp.OCSPObjectIdentifiersBCFips
- All Implemented Interfaces:
-
IOCSPObjectIdentifiers
Wrapper class for
OCSPObjectIdentifiers
.
-
Constructor Summary
ConstructorDescriptionOCSPObjectIdentifiersBCFips
(org.bouncycastle.asn1.ocsp.OCSPObjectIdentifiers ocspObjectIdentifiers) Creates new wrapper instance forOCSPObjectIdentifiers
. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Indicates whether some other object is "equal to" this one.Getsid_pkix_ocsp_basic
constant for the wrapped OCSPObjectIdentifiers.Getsid_pkix_ocsp_nocheck
constant for the wrapped OCSPObjectIdentifiers.Getsid_pkix_ocsp_nonce
constant for the wrapped OCSPObjectIdentifiers.static OCSPObjectIdentifiersBCFips
Gets wrapper instance.org.bouncycastle.asn1.ocsp.OCSPObjectIdentifiers
Gets actual org.bouncycastle object being wrapped.int
hashCode()
Returns a hash code value based on the wrapped object.toString()
DelegatestoString
method call to the wrapped object.
-
Constructor Details
-
OCSPObjectIdentifiersBCFips
public OCSPObjectIdentifiersBCFips(org.bouncycastle.asn1.ocsp.OCSPObjectIdentifiers ocspObjectIdentifiers) Creates new wrapper instance forOCSPObjectIdentifiers
.- Parameters:
-
ocspObjectIdentifiers
-OCSPObjectIdentifiers
to be wrapped
-
-
Method Details
-
getInstance
Gets wrapper instance.- Returns:
-
OCSPObjectIdentifiersBCFips
instance.
-
getOcspObjectIdentifiers
public org.bouncycastle.asn1.ocsp.OCSPObjectIdentifiers getOcspObjectIdentifiers()Gets actual org.bouncycastle object being wrapped.- Returns:
-
wrapped
OCSPObjectIdentifiers
.
-
getIdPkixOcspBasic
Getsid_pkix_ocsp_basic
constant for the wrapped OCSPObjectIdentifiers.- Specified by:
-
getIdPkixOcspBasic
in interfaceIOCSPObjectIdentifiers
- Returns:
- OCSPObjectIdentifiers.id_pkix_ocsp_basic wrapper.
-
getIdPkixOcspNonce
Getsid_pkix_ocsp_nonce
constant for the wrapped OCSPObjectIdentifiers.- Specified by:
-
getIdPkixOcspNonce
in interfaceIOCSPObjectIdentifiers
- Returns:
- OCSPObjectIdentifiers.id_pkix_ocsp_nonce wrapper.
-
getIdPkixOcspNoCheck
Getsid_pkix_ocsp_nocheck
constant for the wrapped OCSPObjectIdentifiers.- Specified by:
-
getIdPkixOcspNoCheck
in interfaceIOCSPObjectIdentifiers
- Returns:
- OCSPObjectIdentifiers.id_pkix_ocsp_nocheck wrapper.
-
equals
Indicates whether some other object is "equal to" this one. Compares wrapped objects. -
hashCode
public int hashCode()Returns a hash code value based on the wrapped object. -
toString
DelegatestoString
method call to the wrapped object.
-