| Constructor and Description |
|---|
OCSPRespBCFips(IOCSPResponse ocspResponse)
Creates new wrapper instance for
OCSPResp. |
OCSPRespBCFips(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 OCSPRespBCFips |
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 OCSPRespBCFips(org.bouncycastle.cert.ocsp.OCSPResp ocspResp)
OCSPResp.ocspResp - OCSPResp to be wrappedpublic OCSPRespBCFips(IOCSPResponse ocspResponse)
OCSPResp.ocspResponse - OCSPResponse wrapperpublic static OCSPRespBCFips getInstance()
OCSPRespBCFips instance.public org.bouncycastle.cert.ocsp.OCSPResp getOcspResp()
OCSPResp.public byte[] getEncoded()
throws IOException
getEncoded in interface IOCSPRespIOExceptionpublic Object getResponseObject() throws OCSPExceptionBCFips
getResponseObject in interface IOCSPRespOCSPExceptionBCFipspublic int getSuccessful()
getSuccessful in interface IOCSPResppublic boolean equals(Object o)
public int hashCode()
Copyright © 1998–2023 Apryse Group NV. All rights reserved.