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 TypeClassDescriptionclassAn implementation of the CrlClient that handles offline Certificate Revocation Lists.classAn implementation of the CrlClient that fetches the CRL bytes from an URL.Methods in com.itextpdf.signatures with parameters of type ICrlClientModifier and TypeMethodDescriptionbooleanLtvVerification.addVerification(String signatureName, IOcspClient ocsp, ICrlClient crl, LtvVerification.CertificateOption certOption, LtvVerification.Level level, LtvVerification.CertificateInclusion certInclude) Add verification for a particular signature.PadesTwoPhaseSigningHelper.setCrlClient(ICrlClient crlClient) SetICrlClientto be used for LTV Verification.PdfPadesSigner.setCrlClient(ICrlClient crlClient) SetICrlClientto be used for LTV Verification.voidPKCS7ExternalSignatureContainer.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 CollectionPdfSigner.processCrl(Certificate cert, Collection<ICrlClient> crlList) Processes a CRL list.voidPdfSigner.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.voidPdfSigner.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.voidPdfSigner.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.