Uses of Interface
com.itextpdf.commons.bouncycastle.cert.ocsp.IBasicOCSPResp
Packages that use IBasicOCSPResp
Package
Description
-
Uses of IBasicOCSPResp in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IBasicOCSPRespModifier and TypeMethodDescriptionBouncyCastleFactory.createBasicOCSPResp
(IBasicOCSPResponse response) Create basic OCSP Resp wrapper from basic OCSP Response wrapper.BouncyCastleFactory.createBasicOCSPResp
(Object response) Create basic OCSP Resp wrapper fromObject
. -
Uses of IBasicOCSPResp in com.itextpdf.bouncycastle.cert.ocsp
Classes in com.itextpdf.bouncycastle.cert.ocsp that implement IBasicOCSPRespMethods in com.itextpdf.bouncycastle.cert.ocsp that return IBasicOCSPRespModifier and TypeMethodDescriptionBasicOCSPRespBuilderBC.build
(IContentSigner signer, IX509CertificateHolder[] chain, Date time) Calls actualbuild
method for the wrapped BasicOCSPRespBuilder object.Methods in com.itextpdf.bouncycastle.cert.ocsp with parameters of type IBasicOCSPRespModifier and TypeMethodDescriptionOCSPRespBuilderBC.build
(int i, IBasicOCSPResp basicOCSPResp) Calls actualbuild
method for the wrapped OCSPRespBuilder object. -
Uses of IBasicOCSPResp in com.itextpdf.bouncycastlefips
Methods in com.itextpdf.bouncycastlefips that return IBasicOCSPRespModifier and TypeMethodDescriptionBouncyCastleFipsFactory.createBasicOCSPResp
(IBasicOCSPResponse response) Create basic OCSP Resp wrapper from basic OCSP Response wrapper.BouncyCastleFipsFactory.createBasicOCSPResp
(Object response) Create basic OCSP Resp wrapper fromObject
. -
Uses of IBasicOCSPResp in com.itextpdf.bouncycastlefips.cert.ocsp
Classes in com.itextpdf.bouncycastlefips.cert.ocsp that implement IBasicOCSPRespMethods in com.itextpdf.bouncycastlefips.cert.ocsp that return IBasicOCSPRespModifier and TypeMethodDescriptionBasicOCSPRespBuilderBCFips.build
(IContentSigner signer, IX509CertificateHolder[] chain, Date time) Calls actualbuild
method for the wrapped BasicOCSPRespBuilder object.Methods in com.itextpdf.bouncycastlefips.cert.ocsp with parameters of type IBasicOCSPRespModifier and TypeMethodDescriptionOCSPRespBuilderBCFips.build
(int i, IBasicOCSPResp basicOCSPResp) Calls actualbuild
method for the wrapped OCSPRespBuilder object. -
Uses of IBasicOCSPResp in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IBasicOCSPRespModifier and TypeMethodDescriptionIBouncyCastleFactory.createBasicOCSPResp
(IBasicOCSPResponse response) Create basic OCSP Resp wrapper from basic OCSP Response wrapper.IBouncyCastleFactory.createBasicOCSPResp
(Object response) Create basic OCSP Resp wrapper fromObject
. -
Uses of IBasicOCSPResp in com.itextpdf.commons.bouncycastle.cert.ocsp
Methods in com.itextpdf.commons.bouncycastle.cert.ocsp that return IBasicOCSPRespModifier and TypeMethodDescriptionIBasicOCSPRespBuilder.build
(IContentSigner signer, IX509CertificateHolder[] chain, Date time) Calls actualbuild
method for the wrapped BasicOCSPRespBuilder object.Methods in com.itextpdf.commons.bouncycastle.cert.ocsp with parameters of type IBasicOCSPRespModifier and TypeMethodDescriptionIOCSPRespBuilder.build
(int i, IBasicOCSPResp basicOCSPResp) Calls actualbuild
method for the wrapped OCSPRespBuilder object. -
Uses of IBasicOCSPResp in com.itextpdf.signatures
Fields in com.itextpdf.signatures with type parameters of type IBasicOCSPRespModifier and TypeFieldDescriptionprotected List<IBasicOCSPResp>
OCSPVerifier.ocsps
The list ofIBasicOCSPResp
OCSP response wrappers.Methods in com.itextpdf.signatures that return IBasicOCSPRespModifier and TypeMethodDescriptionOcspClientBouncyCastle.getBasicOCSPResp
(X509Certificate checkCert, X509Certificate rootCert, String url) Gets OCSP response.OCSPVerifier.getOcspResponse
(X509Certificate signCert, X509Certificate issuerCert) Gets an OCSP response online and returns it if the status is GOOD (without further checking!).Methods in com.itextpdf.signatures that return types with arguments of type IBasicOCSPRespModifier and TypeMethodDescriptionLtvVerifier.getOCSPResponsesFromDSS()
Gets OCSP responses from the Document Security Store.Methods in com.itextpdf.signatures with parameters of type IBasicOCSPRespModifier and TypeMethodDescriptionboolean
OCSPVerifier.isSignatureValid
(IBasicOCSPResp ocspResp, Certificate responderCert) Checks if an OCSP response is genuinevoid
OCSPVerifier.isValidResponse
(IBasicOCSPResp ocspResp, X509Certificate issuerCert, Date signDate) Verifies if an OCSP response is genuine If it doesn't verify against the issuer certificate and response's certificates, it may verify using a trusted anchor or cert.boolean
OCSPVerifier.verify
(IBasicOCSPResp ocspResp, X509Certificate signCert, X509Certificate issuerCert, Date signDate) Verifies a certificate against a single OCSP responsestatic boolean
CertificateVerification.verifyOcspCertificates
(IBasicOCSPResp ocsp, KeyStore keystore, String provider) Verifies an OCSP response against a KeyStore.Constructor parameters in com.itextpdf.signatures with type arguments of type IBasicOCSPRespModifierConstructorDescriptionOCSPVerifier
(CertificateVerifier verifier, List<IBasicOCSPResp> ocsps) Creates an OCSPVerifier instance.