public class OCSPObjectIdentifiersBCFips extends Object implements IOCSPObjectIdentifiers
OCSPObjectIdentifiers.| Constructor and Description |
|---|
OCSPObjectIdentifiersBCFips(org.bouncycastle.asn1.ocsp.OCSPObjectIdentifiers ocspObjectIdentifiers)
Creates new wrapper instance for
OCSPObjectIdentifiers. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Indicates whether some other object is "equal to" this one.
|
IASN1ObjectIdentifier |
getIdPkixOcspBasic() |
IASN1ObjectIdentifier |
getIdPkixOcspNoCheck() |
IASN1ObjectIdentifier |
getIdPkixOcspNonce() |
static OCSPObjectIdentifiersBCFips |
getInstance()
Gets wrapper instance.
|
org.bouncycastle.asn1.ocsp.OCSPObjectIdentifiers |
getOcspObjectIdentifiers()
Gets actual org.bouncycastle object being wrapped.
|
int |
hashCode()
Returns a hash code value based on the wrapped object.
|
String |
toString()
Delegates
toString method call to the wrapped object. |
public OCSPObjectIdentifiersBCFips(org.bouncycastle.asn1.ocsp.OCSPObjectIdentifiers ocspObjectIdentifiers)
OCSPObjectIdentifiers.ocspObjectIdentifiers - OCSPObjectIdentifiers to be wrappedpublic static OCSPObjectIdentifiersBCFips getInstance()
OCSPObjectIdentifiersBCFips instance.public org.bouncycastle.asn1.ocsp.OCSPObjectIdentifiers getOcspObjectIdentifiers()
OCSPObjectIdentifiers.public IASN1ObjectIdentifier getIdPkixOcspBasic()
getIdPkixOcspBasic in interface IOCSPObjectIdentifierspublic IASN1ObjectIdentifier getIdPkixOcspNonce()
getIdPkixOcspNonce in interface IOCSPObjectIdentifierspublic IASN1ObjectIdentifier getIdPkixOcspNoCheck()
getIdPkixOcspNoCheck in interface IOCSPObjectIdentifierspublic boolean equals(Object o)
public int hashCode()
Copyright © 1998–2023 Apryse Group NV. All rights reserved.