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 AbstractOCSPException
BouncyCastleFactory. 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 class
OCSPExceptionBC
Wrapper class forOCSPException
. -
Uses of AbstractOCSPException in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return AbstractOCSPException Modifier and Type Method Description AbstractOCSPException
BouncyCastleDefaultFactory. 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 AbstractOCSPException
IBouncyCastleFactory. 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 ICertificateID
IBouncyCastleFactory. 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 IBasicOCSPResp
IBasicOCSPRespBuilder. build(IContentSigner signer, IX509CertificateHolder[] chain, java.util.Date time)
Calls actualbuild
method for the wrapped BasicOCSPRespBuilder object.IOCSPReq
IOCSPReqBuilder. build()
Calls actualbuild
method for the wrapped OCSPReqBuilder object.IOCSPResp
IOCSPRespBuilder. build(int i, IBasicOCSPResp basicOCSPResp)
Calls actualbuild
method for the wrapped OCSPRespBuilder object.java.lang.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 AbstractOCSPException Modifier and Type Method Description static boolean
CertificateUtil. 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 boolean
SignUtils. checkIfIssuersMatch(ICertificateID certID, java.security.cert.X509Certificate issuerCert)
protected java.io.InputStream
OcspClientBouncyCastle. 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 ICertificateID
SignUtils. generateCertificateId(java.security.cert.X509Certificate issuerCert, java.math.BigInteger serialNumber, IASN1ObjectIdentifier identifier)
(package private) static ICertificateID
SignUtils. generateCertificateId(java.security.cert.X509Certificate issuerCert, java.math.BigInteger serialNumber, IAlgorithmIdentifier digestAlgorithmIdentifier)
protected static IOCSPReq
OcspClientBouncyCastle. generateOCSPRequest(java.security.cert.X509Certificate issuerCert, java.math.BigInteger serialNumber)
Generates an OCSP request using BouncyCastle.(package private) static IOCSPReq
SignUtils. generateOcspRequestWithNonce(ICertificateID id)
(package private) IOCSPResp
OcspClientBouncyCastle. 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 boolean
SignUtils. isSignatureValid(IBasicOCSPResp validator, java.security.cert.Certificate certStoreX509, java.lang.String provider)
-