public class OCSPRespBuilderBCFips extends Object implements IOCSPRespBuilder
OCSPRespBuilder.| Constructor and Description |
|---|
OCSPRespBuilderBCFips(org.bouncycastle.cert.ocsp.OCSPRespBuilder ocspRespBuilder)
Creates new wrapper instance for
OCSPRespBuilder. |
| Modifier and Type | Method and Description |
|---|---|
IOCSPResp |
build(int i,
IBasicOCSPResp basicOCSPResp) |
boolean |
equals(Object o)
Indicates whether some other object is "equal to" this one.
|
static OCSPRespBuilderBCFips |
getInstance()
Gets wrapper instance.
|
org.bouncycastle.cert.ocsp.OCSPRespBuilder |
getOcspRespBuilder()
Gets actual org.bouncycastle object being wrapped.
|
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 OCSPRespBuilderBCFips(org.bouncycastle.cert.ocsp.OCSPRespBuilder ocspRespBuilder)
OCSPRespBuilder.ocspRespBuilder - OCSPRespBuilder to be wrappedpublic static OCSPRespBuilderBCFips getInstance()
OCSPRespBuilderBCFips instance.public org.bouncycastle.cert.ocsp.OCSPRespBuilder getOcspRespBuilder()
OCSPRespBuilder.public int getSuccessful()
getSuccessful in interface IOCSPRespBuilderpublic IOCSPResp build(int i, IBasicOCSPResp basicOCSPResp) throws OCSPExceptionBCFips
build in interface IOCSPRespBuilderOCSPExceptionBCFipspublic boolean equals(Object o)
public int hashCode()
Copyright © 1998–2023 Apryse Group NV. All rights reserved.