| Constructor and Description |
|---|
OCSPRespBC(IOCSPResponse ocspResponse)
Creates new wrapper instance for
OCSPResp. |
OCSPRespBC(org.bouncycastle.cert.ocsp.OCSPResp ocspResp)
Creates new wrapper instance for
OCSPResp. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Indicates whether some other object is "equal to" this one.
|
byte[] |
getEncoded() |
static OCSPRespBC |
getInstance()
Gets wrapper instance.
|
org.bouncycastle.cert.ocsp.OCSPResp |
getOcspResp()
Gets actual org.bouncycastle object being wrapped.
|
Object |
getResponseObject() |
int |
getStatus() |
int |
getSuccessful() |
int |
hashCode()
Returns a hash code value based on the wrapped object.
|
String |
toString()
Delegates
toString method call to the wrapped object. |
public OCSPRespBC(org.bouncycastle.cert.ocsp.OCSPResp ocspResp)
OCSPResp.ocspResp - OCSPResp to be wrappedpublic OCSPRespBC(IOCSPResponse ocspResponse)
OCSPResp.ocspResponse - OCSPResponse wrapperpublic static OCSPRespBC getInstance()
OCSPRespBC instance.public org.bouncycastle.cert.ocsp.OCSPResp getOcspResp()
OCSPResp.public byte[] getEncoded()
throws IOException
getEncoded in interface IOCSPRespIOExceptionpublic Object getResponseObject() throws OCSPExceptionBC
getResponseObject in interface IOCSPRespOCSPExceptionBCpublic int getSuccessful()
getSuccessful in interface IOCSPResppublic boolean equals(Object o)
public int hashCode()
Copyright © 1998–2023 Apryse Group NV. All rights reserved.