Uses of Class
com.itextpdf.commons.bouncycastle.cert.ocsp.AbstractOCSPException
Packages that use AbstractOCSPException
Package
Description
-
Uses of AbstractOCSPException in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return AbstractOCSPExceptionModifier and TypeMethodDescriptionBouncyCastleFactory.createAbstractOCSPException
(Exception e) Create OCSP Exception wrapper from usualException
. -
Uses of AbstractOCSPException in com.itextpdf.bouncycastle.cert.ocsp
Subclasses of AbstractOCSPException in com.itextpdf.bouncycastle.cert.ocsp -
Uses of AbstractOCSPException in com.itextpdf.bouncycastlefips
Methods in com.itextpdf.bouncycastlefips that return AbstractOCSPExceptionModifier and TypeMethodDescriptionBouncyCastleFipsFactory.createAbstractOCSPException
(Exception e) Create OCSP Exception wrapper from usualException
. -
Uses of AbstractOCSPException in com.itextpdf.bouncycastlefips.cert.ocsp
Subclasses of AbstractOCSPException in com.itextpdf.bouncycastlefips.cert.ocsp -
Uses of AbstractOCSPException in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return AbstractOCSPExceptionModifier and TypeMethodDescriptionIBouncyCastleFactory.createAbstractOCSPException
(Exception e) Create OCSP Exception wrapper from usualException
.Methods in com.itextpdf.commons.bouncycastle that throw AbstractOCSPExceptionModifier 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
Methods in com.itextpdf.commons.bouncycastle.cert.ocsp that throw AbstractOCSPExceptionModifier 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.