Uses of Interface
com.itextpdf.signatures.IOcspClient
-
Uses of IOcspClient in com.itextpdf.signatures
Modifier and TypeClassDescriptionclass
OcspClient implementation using BouncyCastle.Modifier 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.v1
Modifier and TypeClassDescriptionclass
OCSP client which is expected to be used in case OCSP responses shall be linked with generation date.Modifier and TypeMethodDescriptionSignatureValidationProperties.getOcspClients()
Gets allIOcspClient
instances which will be used to retrieve OCSP responses during the validation.Modifier and TypeMethodDescriptionCertificateChainValidator.addOcspClient
(IOcspClient ocpsClient) Deprecated.RevocationDataValidator.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.
SignatureValidationProperties.addOcspClient(com.itextpdf.signatures.IOcspClient)
orRevocationDataValidator.addOcspClient(com.itextpdf.signatures.IOcspClient)
.