Uses of Interface
com.itextpdf.signatures.IOcspClient
Packages that use IOcspClient
-
Uses of IOcspClient in com.itextpdf.signatures
Subinterfaces of IOcspClient in com.itextpdf.signaturesModifier and TypeInterfaceDescriptioninterface
Interface for the Online Certificate Status Protocol (OCSP) Client.Classes in com.itextpdf.signatures that implement IOcspClientModifier and TypeClassDescriptionclass
OcspClient implementation using BouncyCastle.Methods in com.itextpdf.signatures with parameters of type IOcspClientModifier and TypeMethodDescriptionboolean
LtvVerification.addVerification
(String signatureName, IOcspClient ocsp, ICrlClient crl, LtvVerification.CertificateOption certOption, LtvVerification.Level level, LtvVerification.CertificateInclusion certInclude) Add verification for a particular signature.void
OCSPVerifier.setOcspClient
(IOcspClient ocspClient) Deprecated.Sets OCSP client to provide OCSP responses for verifying of the OCSP signer's certificate (an Authorized Responder).PadesTwoPhaseSigningHelper.setOcspClient
(IOcspClient ocspClient) SetIOcspClient
to be used for LTV Verification.PdfPadesSigner.setOcspClient
(IOcspClient ocspClient) SetIOcspClient
to be used for LTV Verification.void
PKCS7ExternalSignatureContainer.setOcspClient
(IOcspClient ocspClient) Set the OcspClient if you want revocation data collected trough Ocsp to be added to the signaturevoid
PdfSigner.signDetached
(IExternalDigest externalDigest, IExternalSignature externalSignature, Certificate[] chain, Collection<ICrlClient> crlList, IOcspClient ocspClient, ITSAClient tsaClient, int estimatedSize, PdfSigner.CryptoStandard sigtype) Signs the document using the detached mode, CMS or CAdES equivalent.void
PdfSigner.signDetached
(IExternalDigest externalDigest, IExternalSignature externalSignature, Certificate[] chain, Collection<ICrlClient> crlList, IOcspClient ocspClient, ITSAClient tsaClient, int estimatedSize, PdfSigner.CryptoStandard sigtype, ISignaturePolicyIdentifier signaturePolicy) Signs the document using the detached mode, CMS or CAdES equivalent.void
PdfSigner.signDetached
(IExternalDigest externalDigest, IExternalSignature externalSignature, Certificate[] chain, Collection<ICrlClient> crlList, IOcspClient ocspClient, ITSAClient tsaClient, int estimatedSize, PdfSigner.CryptoStandard sigtype, SignaturePolicyInfo signaturePolicy) Signs the document using the detached mode, CMS or CAdES equivalent.void
PdfSigner.signDetached
(IExternalSignature externalSignature, Certificate[] chain, Collection<ICrlClient> crlList, IOcspClient ocspClient, ITSAClient tsaClient, int estimatedSize, PdfSigner.CryptoStandard sigtype) Signs the document using the detached mode, CMS or CAdES equivalent.void
PdfSigner.signDetached
(IExternalSignature externalSignature, Certificate[] chain, Collection<ICrlClient> crlList, IOcspClient ocspClient, ITSAClient tsaClient, int estimatedSize, PdfSigner.CryptoStandard sigtype, ISignaturePolicyIdentifier signaturePolicy) Signs the document using the detached mode, CMS or CAdES equivalent.void
PdfSigner.signDetached
(IExternalSignature externalSignature, Certificate[] chain, Collection<ICrlClient> crlList, IOcspClient ocspClient, ITSAClient tsaClient, int estimatedSize, PdfSigner.CryptoStandard sigtype, SignaturePolicyInfo signaturePolicy) Signs the document using the detached mode, CMS or CAdES equivalent. -
Uses of IOcspClient in com.itextpdf.signatures.validation
Classes in com.itextpdf.signatures.validation that implement IOcspClientModifier and TypeClassDescriptionclass
OCSP client which is expected to be used in case OCSP responses shall be linked with generation date.Methods in com.itextpdf.signatures.validation that return types with arguments of type IOcspClientModifier and TypeMethodDescriptionSignatureValidationProperties.getOcspClients()
Gets allIOcspClient
instances which will be used to retrieve OCSP responses during the validation.Methods in com.itextpdf.signatures.validation with parameters of type IOcspClientModifier and TypeMethodDescriptionRevocationDataValidator.addOcspClient
(IOcspClient ocspClient) AddIOcspClient
to be used for OCSP responses receiving.SignatureValidationProperties.addOcspClient
(IOcspClient ocspClient) Adds newIOcspClient
instance which will be used to retrieve OCSP response during the validation.