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
Deprecated.The list ofIBasicOCSPResp
OCSP response wrappers.Methods in com.itextpdf.signatures that return IBasicOCSPRespModifier and TypeMethodDescriptionIOcspClientBouncyCastle.getBasicOCSPResp
(X509Certificate checkCert, X509Certificate rootCert, String url) Gets OCSP response.OcspClientBouncyCastle.getBasicOCSPResp
(X509Certificate checkCert, X509Certificate rootCert, String url) Gets OCSP response.OCSPVerifier.getOcspResponse
(X509Certificate signCert, X509Certificate issuerCert) Deprecated.Gets an OCSP response online and returns it without further checking.Methods in com.itextpdf.signatures that return types with arguments of type IBasicOCSPRespModifier and TypeMethodDescriptionLtvVerifier.getOCSPResponsesFromDSS()
Deprecated.Gets OCSP responses from the Document Security Store.Methods in com.itextpdf.signatures with parameters of type IBasicOCSPRespModifier and TypeMethodDescriptionstatic boolean
CertificateUtil.isSignatureValid
(IBasicOCSPResp ocspResp, Certificate responderCert) Checks if an OCSP response is genuine.boolean
OCSPVerifier.isSignatureValid
(IBasicOCSPResp ocspResp, Certificate responderCert) Deprecated.Checks if an OCSP response is genuine.void
OCSPVerifier.isValidResponse
(IBasicOCSPResp ocspResp, X509Certificate issuerCert, Date signDate) Deprecated.Verifies if an OCSP response is genuine.IssuingCertificateRetriever.retrieveOCSPResponderByNameCertificate
(IBasicOCSPResp ocspResp) Retrieves OCSP responder certificate candidates either from the response certs or trusted store in case responder certificate isn't found in /Certs.boolean
OCSPVerifier.verify
(IBasicOCSPResp ocspResp, X509Certificate signCert, X509Certificate issuerCert, Date signDate) Deprecated.Verifies a certificate against a single OCSP response.static boolean
CertificateVerification.verifyOcspCertificates
(IBasicOCSPResp ocsp, KeyStore keystore, String provider) Deprecated.Verifies an OCSP response against a KeyStore.Constructor parameters in com.itextpdf.signatures with type arguments of type IBasicOCSPRespModifierConstructorDescriptionOCSPVerifier
(CertificateVerifier verifier, List<IBasicOCSPResp> ocsps) Deprecated.Creates an OCSPVerifier instance. -
Uses of IBasicOCSPResp in com.itextpdf.signatures.validation
Methods in com.itextpdf.signatures.validation that return types with arguments of type IBasicOCSPRespModifier and TypeMethodDescriptionValidationOcspClient.getResponses()
Get all the OCSP responses linked with generation dates.Methods in com.itextpdf.signatures.validation with parameters of type IBasicOCSPRespModifier and TypeMethodDescriptionvoid
ValidationOcspClient.addResponse
(IBasicOCSPResp response, Date date, TimeBasedContext context) Add OCSP response which is linked with generation date.void
OCSPValidator.validate
(ValidationReport report, ValidationContext context, X509Certificate certificate, ISingleResp singleResp, IBasicOCSPResp ocspResp, Date validationDate, Date responseGenerationDate) Validates a certificate against single OCSP Response.Constructors in com.itextpdf.signatures.validation with parameters of type IBasicOCSPRespModifierConstructorDescriptionOcspResponseValidationInfo
(ISingleResp singleResp, IBasicOCSPResp basicOCSPResp, Date trustedGenerationDate, TimeBasedContext timeBasedContext) Creates validation related information about single OCSP response.