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.Methods in com.itextpdf.bouncycastle that throw AbstractOCSPExceptionModifier and TypeMethodDescriptionBouncyCastleFactory.createRespID(Certificate certificate) Creates resp ID wrapper from Subject Public Key Info wrapper. -
Uses of AbstractOCSPException in com.itextpdf.bouncycastle.cert.ocsp
Subclasses of AbstractOCSPException in com.itextpdf.bouncycastle.cert.ocspConstructors in com.itextpdf.bouncycastle.cert.ocsp that throw AbstractOCSPExceptionModifierConstructorDescriptionRespIDBC(SubjectPublicKeyInfoBC subjectPublicKeyInfo) Creates new wrapper instance forRespID. -
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.Methods in com.itextpdf.bouncycastlefips that throw AbstractOCSPExceptionModifier and TypeMethodDescriptionBouncyCastleFipsFactory.createRespID(Certificate certificate) Creates resp ID wrapper from Subject Public Key Info wrapper. -
Uses of AbstractOCSPException in com.itextpdf.bouncycastlefips.cert.ocsp
Subclasses of AbstractOCSPException in com.itextpdf.bouncycastlefips.cert.ocspConstructors in com.itextpdf.bouncycastlefips.cert.ocsp that throw AbstractOCSPExceptionModifierConstructorDescriptionRespIDBCFips(SubjectPublicKeyInfoBCFips subjectPublicKeyInfo) Creates new wrapper instance forRespID. -
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.IBouncyCastleFactory.createRespID(Certificate certificate) Creates resp ID wrapper from Subject Public Key Info wrapper. -
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 actualbuildmethod for the wrapped BasicOCSPRespBuilder object.IOCSPReqBuilder.build()Calls actualbuildmethod for the wrapped OCSPReqBuilder object.IOCSPRespBuilder.build(int i, IBasicOCSPResp basicOCSPResp) Calls actualbuildmethod for the wrapped OCSPRespBuilder object.IOCSPResp.getResponseObject()Calls actualgetResponseObjectmethod for the wrapped OCSPResp object.booleanIBasicOCSPResp.isSignatureValid(IContentVerifierProvider provider) Calls actualisSignatureValidmethod for the wrapped BasicOCSPResp object.booleanICertificateID.matchesIssuer(IX509CertificateHolder certificateHolder, IDigestCalculatorProvider provider) Calls actualmatchesIssuermethod for the wrapped CertificateID object. -
Uses of AbstractOCSPException in com.itextpdf.signatures
Methods in com.itextpdf.signatures that throw AbstractOCSPExceptionModifier and TypeMethodDescriptionstatic booleanCertificateUtil.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.protected InputStreamOcspClientBouncyCastle.createRequestAndResponse(X509Certificate checkCert, X509Certificate rootCert, String url) Create OCSP request and get the response for this request, represented asInputStream.protected static IOCSPReqOcspClientBouncyCastle.generateOCSPRequest(X509Certificate issuerCert, BigInteger serialNumber) Generates an OCSP request using BouncyCastle.