Uses of Class
com.itextpdf.bouncycastle.cert.ocsp.OCSPExceptionBC
Packages that use OCSPExceptionBC
-
Uses of OCSPExceptionBC in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that throw OCSPExceptionBCModifier and TypeMethodDescriptionBouncyCastleFactory.createCertificateID
(IDigestCalculator digestCalculator, IX509CertificateHolder certificateHolder, BigInteger bigInteger) Create certificate ID wrapper from digest calculator, X509 Certificate holder wrappers andBigInteger
. -
Uses of OCSPExceptionBC in com.itextpdf.bouncycastle.cert.ocsp
Methods in com.itextpdf.bouncycastle.cert.ocsp that throw OCSPExceptionBCModifier and TypeMethodDescriptionBasicOCSPRespBuilderBC.build
(IContentSigner signer, IX509CertificateHolder[] chain, Date time) Calls actualbuild
method for the wrapped BasicOCSPRespBuilder object.OCSPReqBuilderBC.build()
Calls actualbuild
method for the wrapped OCSPReqBuilder object.OCSPRespBuilderBC.build
(int i, IBasicOCSPResp basicOCSPResp) Calls actualbuild
method for the wrapped OCSPRespBuilder object.OCSPRespBC.getResponseObject()
Calls actualgetResponseObject
method for the wrapped OCSPResp object.boolean
BasicOCSPRespBC.isSignatureValid
(IContentVerifierProvider provider) Calls actualisSignatureValid
method for the wrapped BasicOCSPResp object.boolean
CertificateIDBC.matchesIssuer
(IX509CertificateHolder certificateHolder, IDigestCalculatorProvider provider) Calls actualmatchesIssuer
method for the wrapped CertificateID object.Constructors in com.itextpdf.bouncycastle.cert.ocsp that throw OCSPExceptionBCModifierConstructorDescriptionCertificateIDBC
(IDigestCalculator digestCalculator, IX509CertificateHolder certificateHolder, BigInteger bigInteger) Creates new wrapper instance forCertificateID
.