public class OCSPObjectIdentifiersBC extends Object implements IOCSPObjectIdentifiers
OCSPObjectIdentifiers.| Constructor and Description |
|---|
OCSPObjectIdentifiersBC(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 OCSPObjectIdentifiersBC |
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 OCSPObjectIdentifiersBC(org.bouncycastle.asn1.ocsp.OCSPObjectIdentifiers ocspObjectIdentifiers)
OCSPObjectIdentifiers.ocspObjectIdentifiers - OCSPObjectIdentifiers to be wrappedpublic static OCSPObjectIdentifiersBC getInstance()
OCSPObjectIdentifiersBC 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–2024 Apryse Group NV. All rights reserved.