Uses of Class
com.itextpdf.commons.bouncycastle.cert.ocsp.AbstractOCSPException
Package
Description
-
Uses of AbstractOCSPException in com.itextpdf.bouncycastle
Modifier and TypeMethodDescriptionBouncyCastleFactory.createAbstractOCSPException
(Exception e) Create OCSP Exception wrapper from usualException
. -
Uses of AbstractOCSPException in com.itextpdf.bouncycastle.cert.ocsp
-
Uses of AbstractOCSPException in com.itextpdf.bouncycastlefips
Modifier and TypeMethodDescriptionBouncyCastleFipsFactory.createAbstractOCSPException
(Exception e) Create OCSP Exception wrapper from usualException
. -
Uses of AbstractOCSPException in com.itextpdf.bouncycastlefips.cert.ocsp
-
Uses of AbstractOCSPException in com.itextpdf.commons.bouncycastle
Modifier and TypeMethodDescriptionIBouncyCastleFactory.createAbstractOCSPException
(Exception e) Create OCSP Exception wrapper from usualException
.Modifier and TypeMethodDescriptionIBouncyCastleFactory.createCertificateID
(IDigestCalculator digestCalculator, IX509CertificateHolder certificateHolder, BigInteger bigInteger) Create certificate ID wrapper from digest calculator, X509 Certificate holder wrappers andBigInteger
. -
Uses of AbstractOCSPException in com.itextpdf.commons.bouncycastle.cert.ocsp
Modifier and TypeMethodDescriptionIBasicOCSPRespBuilder.build
(IContentSigner signer, IX509CertificateHolder[] chain, Date time) Calls actualbuild
method for the wrapped BasicOCSPRespBuilder object.IOCSPReqBuilder.build()
Calls actualbuild
method for the wrapped OCSPReqBuilder object.IOCSPRespBuilder.build
(int i, IBasicOCSPResp basicOCSPResp) Calls actualbuild
method for the wrapped OCSPRespBuilder object.IOCSPResp.getResponseObject()
Calls actualgetResponseObject
method for the wrapped OCSPResp object.boolean
IBasicOCSPResp.isSignatureValid
(IContentVerifierProvider provider) Calls actualisSignatureValid
method for the wrapped BasicOCSPResp object.boolean
ICertificateID.matchesIssuer
(IX509CertificateHolder certificateHolder, IDigestCalculatorProvider provider) Calls actualmatchesIssuer
method for the wrapped CertificateID object. -
Uses of AbstractOCSPException in com.itextpdf.signatures
Modifier and TypeMethodDescriptionprotected InputStream
OcspClientBouncyCastle.createRequestAndResponse
(X509Certificate checkCert, X509Certificate rootCert, String url) Create OCSP request and get the response for this request, represented asInputStream
.protected static IOCSPReq
OcspClientBouncyCastle.generateOCSPRequest
(X509Certificate issuerCert, BigInteger serialNumber) Generates an OCSP request using BouncyCastle.