public interface IBasicOCSPResp
| Modifier and Type | Method and Description |
|---|---|
IX509CertificateHolder[] |
getCerts()
Calls actual
getCerts method for the wrapped BasicOCSPResp object. |
byte[] |
getEncoded()
Calls actual
getEncoded method for the wrapped BasicOCSPResp object. |
IASN1Encodable |
getExtensionParsedValue(IASN1ObjectIdentifier objectIdentifier)
Gets parsed value of the extension retrieved using actual
getExtension method
for the wrapped BasicOCSPResp object. |
Date |
getProducedAt()
Calls actual
getProducedAt method for the wrapped BasicOCSPResp object. |
IRespID |
getResponderId()
Calls actual
getEncoded method for the wrapped BasicOCSPResp object. |
ISingleResp[] |
getResponses()
Calls actual
getResponses method for the wrapped BasicOCSPResp object. |
boolean |
isSignatureValid(IContentVerifierProvider provider)
Calls actual
isSignatureValid method for the wrapped BasicOCSPResp object. |
ISingleResp[] getResponses()
getResponses method for the wrapped BasicOCSPResp object.boolean isSignatureValid(IContentVerifierProvider provider) throws AbstractOCSPException
isSignatureValid method for the wrapped BasicOCSPResp object.provider - ContentVerifierProvider wrapperAbstractOCSPException - OCSPException wrapper.IX509CertificateHolder[] getCerts()
getCerts method for the wrapped BasicOCSPResp object.byte[] getEncoded()
throws IOException
getEncoded method for the wrapped BasicOCSPResp object.IOException - on encoding error.Date getProducedAt()
getProducedAt method for the wrapped BasicOCSPResp object.IASN1Encodable getExtensionParsedValue(IASN1ObjectIdentifier objectIdentifier)
getExtension method
for the wrapped BasicOCSPResp object.objectIdentifier - extension object identifierIRespID getResponderId()
getEncoded method for the wrapped BasicOCSPResp object.Copyright © 1998–2025 Apryse Group NV. All rights reserved.