Uses of Class
com.itextpdf.commons.bouncycastle.cert.ocsp.AbstractOCSPException
-
-
Uses of AbstractOCSPException in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return AbstractOCSPException Modifier and Type Method Description AbstractOCSPExceptionBouncyCastleFactory. createAbstractOCSPException(java.lang.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 Modifier and Type Class Description classOCSPExceptionBCWrapper class forOCSPException. -
Uses of AbstractOCSPException in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return AbstractOCSPException Modifier and Type Method Description AbstractOCSPExceptionBouncyCastleDefaultFactory. createAbstractOCSPException(java.lang.Exception e) -
Uses of AbstractOCSPException in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return AbstractOCSPException Modifier and Type Method Description AbstractOCSPExceptionIBouncyCastleFactory. createAbstractOCSPException(java.lang.Exception e)Create OCSP Exception wrapper from usualException.Methods in com.itextpdf.commons.bouncycastle that throw AbstractOCSPException Modifier and Type Method Description ICertificateIDIBouncyCastleFactory. createCertificateID(IDigestCalculator digestCalculator, IX509CertificateHolder certificateHolder, java.math.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 AbstractOCSPException Modifier and Type Method Description IBasicOCSPRespIBasicOCSPRespBuilder. build(IContentSigner signer, IX509CertificateHolder[] chain, java.util.Date time)Calls actualbuildmethod for the wrapped BasicOCSPRespBuilder object.IOCSPReqIOCSPReqBuilder. build()Calls actualbuildmethod for the wrapped OCSPReqBuilder object.IOCSPRespIOCSPRespBuilder. build(int i, IBasicOCSPResp basicOCSPResp)Calls actualbuildmethod for the wrapped OCSPRespBuilder object.java.lang.ObjectIOCSPResp. 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 AbstractOCSPException Modifier and Type Method Description static booleanCertificateUtil. checkIfIssuersMatch(ICertificateID certID, java.security.cert.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 booleanSignUtils. checkIfIssuersMatch(ICertificateID certID, java.security.cert.X509Certificate issuerCert)protected java.io.InputStreamOcspClientBouncyCastle. createRequestAndResponse(java.security.cert.X509Certificate checkCert, java.security.cert.X509Certificate rootCert, java.lang.String url)Create OCSP request and get the response for this request, represented asInputStream.(package private) static ICertificateIDSignUtils. generateCertificateId(java.security.cert.X509Certificate issuerCert, java.math.BigInteger serialNumber, IASN1ObjectIdentifier identifier)(package private) static ICertificateIDSignUtils. generateCertificateId(java.security.cert.X509Certificate issuerCert, java.math.BigInteger serialNumber, IAlgorithmIdentifier digestAlgorithmIdentifier)protected static IOCSPReqOcspClientBouncyCastle. generateOCSPRequest(java.security.cert.X509Certificate issuerCert, java.math.BigInteger serialNumber)Generates an OCSP request using BouncyCastle.(package private) static IOCSPReqSignUtils. generateOcspRequestWithNonce(ICertificateID id)(package private) IOCSPRespOcspClientBouncyCastle. getOcspResponse(java.security.cert.X509Certificate checkCert, java.security.cert.X509Certificate rootCert, java.lang.String url)Gets an OCSP response object using BouncyCastle.(package private) static booleanSignUtils. isSignatureValid(IBasicOCSPResp validator, java.security.cert.Certificate certStoreX509, java.lang.String provider)
-