public class OCSPRespBuilderBC extends Object implements IOCSPRespBuilder
OCSPRespBuilder.| Constructor and Description |
|---|
OCSPRespBuilderBC(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 OCSPRespBuilderBC |
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 OCSPRespBuilderBC(org.bouncycastle.cert.ocsp.OCSPRespBuilder ocspRespBuilder)
OCSPRespBuilder.ocspRespBuilder - OCSPRespBuilder to be wrappedpublic static OCSPRespBuilderBC getInstance()
OCSPRespBuilderBC instance.public org.bouncycastle.cert.ocsp.OCSPRespBuilder getOcspRespBuilder()
OCSPRespBuilder.public int getSuccessful()
getSuccessful in interface IOCSPRespBuilderpublic IOCSPResp build(int i, IBasicOCSPResp basicOCSPResp) throws OCSPExceptionBC
build in interface IOCSPRespBuilderOCSPExceptionBCpublic boolean equals(Object o)
public int hashCode()
Copyright © 1998–2023 Apryse Group NV. All rights reserved.