| Constructor and Description |
|---|
OCSPReqBC(org.bouncycastle.cert.ocsp.OCSPReq ocspReq)
Creates new wrapper instance for
OCSPReq. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Indicates whether some other object is "equal to" this one.
|
byte[] |
getEncoded() |
IExtension |
getExtension(IASN1ObjectIdentifier objectIdentifier) |
org.bouncycastle.cert.ocsp.OCSPReq |
getOcspReq()
Gets actual org.bouncycastle object being wrapped.
|
IReq[] |
getRequestList() |
int |
hashCode()
Returns a hash code value based on the wrapped object.
|
String |
toString()
Delegates
toString method call to the wrapped object. |
public OCSPReqBC(org.bouncycastle.cert.ocsp.OCSPReq ocspReq)
OCSPReq.ocspReq - OCSPReq to be wrappedpublic org.bouncycastle.cert.ocsp.OCSPReq getOcspReq()
OCSPReq.public byte[] getEncoded()
throws IOException
getEncoded in interface IOCSPReqIOExceptionpublic IReq[] getRequestList()
getRequestList in interface IOCSPReqpublic IExtension getExtension(IASN1ObjectIdentifier objectIdentifier)
getExtension in interface IOCSPReqpublic boolean equals(Object o)
public int hashCode()
Copyright © 1998–2023 Apryse Group NV. All rights reserved.