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.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return AbstractOCSPExceptionModifier and TypeMethodDescriptionBouncyCastleDefaultFactory.createAbstractOCSPException
(Exception e) -
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. -
Uses of AbstractOCSPException in com.itextpdf.signatures
Methods in com.itextpdf.signatures that throw AbstractOCSPExceptionModifier and TypeMethodDescriptionstatic boolean
CertificateUtil.checkIfIssuersMatch
(ICertificateID certID, X509Certificate issuerCert) Checks if the issuer of the provided certID (specified in the OCSP response) and provided issuer of the certificate in question matches, i.e.(package private) static boolean
SignUtils.checkIfIssuersMatch
(ICertificateID certID, X509Certificate issuerCert) protected InputStream
OcspClientBouncyCastle.createRequestAndResponse
(X509Certificate checkCert, X509Certificate rootCert, String url) Create OCSP request and get the response for this request, represented asInputStream
.(package private) static ICertificateID
SignUtils.generateCertificateId
(X509Certificate issuerCert, BigInteger serialNumber, IASN1ObjectIdentifier identifier) (package private) static ICertificateID
SignUtils.generateCertificateId
(X509Certificate issuerCert, BigInteger serialNumber, IAlgorithmIdentifier digestAlgorithmIdentifier) protected static IOCSPReq
OcspClientBouncyCastle.generateOCSPRequest
(X509Certificate issuerCert, BigInteger serialNumber) Generates an OCSP request using BouncyCastle.(package private) static IOCSPReq
SignUtils.generateOcspRequestWithNonce
(ICertificateID id) (package private) IOCSPResp
OcspClientBouncyCastle.getOcspResponse
(X509Certificate checkCert, X509Certificate rootCert, String url) Gets an OCSP response object using BouncyCastle.(package private) static boolean
SignUtils.isSignatureValid
(IBasicOCSPResp validator, Certificate certStoreX509, String provider)