public class BasicOCSPRespBC extends Object implements IBasicOCSPResp
BasicOCSPResp.| Constructor and Description |
|---|
BasicOCSPRespBC(org.bouncycastle.cert.ocsp.BasicOCSPResp basicOCSPResp)
Creates new wrapper instance for
BasicOCSPResp. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Indicates whether some other object is "equal to" this one.
|
org.bouncycastle.cert.ocsp.BasicOCSPResp |
getBasicOCSPResp()
Gets actual org.bouncycastle object being wrapped.
|
IX509CertificateHolder[] |
getCerts() |
byte[] |
getEncoded() |
IASN1Encodable |
getExtensionParsedValue(IASN1ObjectIdentifier objectIdentifier) |
Date |
getProducedAt() |
IRespID |
getResponderId() |
ISingleResp[] |
getResponses() |
int |
hashCode()
Returns a hash code value based on the wrapped object.
|
boolean |
isSignatureValid(IContentVerifierProvider provider) |
String |
toString()
Delegates
toString method call to the wrapped object. |
public BasicOCSPRespBC(org.bouncycastle.cert.ocsp.BasicOCSPResp basicOCSPResp)
BasicOCSPResp.basicOCSPResp - BasicOCSPResp to be wrappedpublic org.bouncycastle.cert.ocsp.BasicOCSPResp getBasicOCSPResp()
BasicOCSPResp.public ISingleResp[] getResponses()
getResponses in interface IBasicOCSPResppublic boolean isSignatureValid(IContentVerifierProvider provider) throws OCSPExceptionBC
isSignatureValid in interface IBasicOCSPRespOCSPExceptionBCpublic IX509CertificateHolder[] getCerts()
getCerts in interface IBasicOCSPResppublic byte[] getEncoded()
throws IOException
getEncoded in interface IBasicOCSPRespIOExceptionpublic Date getProducedAt()
getProducedAt in interface IBasicOCSPResppublic IASN1Encodable getExtensionParsedValue(IASN1ObjectIdentifier objectIdentifier)
getExtensionParsedValue in interface IBasicOCSPResppublic IRespID getResponderId()
getResponderId in interface IBasicOCSPResppublic boolean equals(Object o)
public int hashCode()
Copyright © 1998–2025 Apryse Group NV. All rights reserved.