| Package | Description |
|---|---|
| com.itextpdf.commons.bouncycastle | |
| com.itextpdf.commons.bouncycastle.cert.ocsp |
| Modifier and Type | Method and Description |
|---|---|
AbstractOCSPException |
IBouncyCastleFactory.createAbstractOCSPException(Exception e)
Create OCSP Exception wrapper from usual
Exception. |
| Modifier and Type | Method and Description |
|---|---|
ICertificateID |
IBouncyCastleFactory.createCertificateID(IDigestCalculator digestCalculator,
IX509CertificateHolder certificateHolder,
BigInteger bigInteger)
Create certificate ID wrapper from digest calculator, X509 Certificate holder wrappers and
BigInteger. |
| Modifier and Type | Method and Description |
|---|---|
IOCSPReq |
IOCSPReqBuilder.build()
Calls actual
build method for the wrapped OCSPReqBuilder object. |
IBasicOCSPResp |
IBasicOCSPRespBuilder.build(IContentSigner signer,
IX509CertificateHolder[] chain,
Date time)
Calls actual
build method for the wrapped BasicOCSPRespBuilder object. |
IOCSPResp |
IOCSPRespBuilder.build(int i,
IBasicOCSPResp basicOCSPResp)
Calls actual
build method for the wrapped OCSPRespBuilder object. |
Object |
IOCSPResp.getResponseObject()
Calls actual
getResponseObject method for the wrapped OCSPResp object. |
boolean |
IBasicOCSPResp.isSignatureValid(IContentVerifierProvider provider)
Calls actual
isSignatureValid method for the wrapped BasicOCSPResp object. |
boolean |
ICertificateID.matchesIssuer(IX509CertificateHolder certificateHolder,
IDigestCalculatorProvider provider)
Calls actual
matchesIssuer method for the wrapped CertificateID object. |
Copyright © 1998–2023 Apryse Group NV. All rights reserved.