Uses of Interface
com.itextpdf.signatures.ICrlClient
Packages that use ICrlClient
-
Uses of ICrlClient in com.itextpdf.signatures
Classes in com.itextpdf.signatures that implement ICrlClientModifier and TypeClassDescriptionclass
An implementation of the CrlClient that handles offline Certificate Revocation Lists.class
An implementation of the CrlClient that fetches the CRL bytes from an URL.Methods in com.itextpdf.signatures with parameters of type ICrlClientModifier 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.setCrlClient
(ICrlClient crlClient) Deprecated.Sets CRL client to provide CRL responses for verifying of the OCSP signer's certificate (an Authorized Responder) that also should be used in case responder's certificate doesn't have any method of revocation checking.PadesTwoPhaseSigningHelper.setCrlClient
(ICrlClient crlClient) SetICrlClient
to be used for LTV Verification.PdfPadesSigner.setCrlClient
(ICrlClient crlClient) SetICrlClient
to be used for LTV Verification.void
PKCS7ExternalSignatureContainer.setCrlClient
(ICrlClient crlClient) Set the CrlClient if you want revocation data collected trough Crl to be added to the signatureMethod parameters in com.itextpdf.signatures with type arguments of type ICrlClientModifier and TypeMethodDescriptionprotected Collection
PdfSigner.processCrl
(Certificate cert, Collection<ICrlClient> crlList) Processes a CRL list.void
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 ICrlClient in com.itextpdf.signatures.validation.v1
Classes in com.itextpdf.signatures.validation.v1 that implement ICrlClientModifier and TypeClassDescriptionclass
CRL client which is expected to be used in case CRL responses shall be linked with generation date.Methods in com.itextpdf.signatures.validation.v1 that return types with arguments of type ICrlClientModifier and TypeMethodDescriptionSignatureValidationProperties.getCrlClients()
Gets allICrlClient
instances which will be used to retrieve CRL responses during the validation.Methods in com.itextpdf.signatures.validation.v1 with parameters of type ICrlClientModifier and TypeMethodDescriptionCertificateChainValidator.addCrlClient
(ICrlClient crlClient) Deprecated.RevocationDataValidator.addCrlClient
(ICrlClient crlClient) AddICrlClient
to be used for CRL responses receiving.SignatureValidationProperties.addCrlClient
(ICrlClient crlClient) Adds newICrlClient
instance which will be used to retrieve CRL responses during the validation.
SignatureValidationProperties.addCrlClient(com.itextpdf.signatures.ICrlClient)
orRevocationDataValidator.addCrlClient(com.itextpdf.signatures.ICrlClient)
.