Uses of Interface
com.itextpdf.signatures.IOcspClient
Packages that use IOcspClient
-
Uses of IOcspClient in com.itextpdf.signatures
Classes in com.itextpdf.signatures that implement IOcspClientModifier and TypeClassDescriptionclassOcspClient implementation using BouncyCastle.Methods in com.itextpdf.signatures with parameters of type IOcspClientModifier and TypeMethodDescriptionbooleanLtvVerification.addVerification(String signatureName, IOcspClient ocsp, ICrlClient crl, LtvVerification.CertificateOption certOption, LtvVerification.Level level, LtvVerification.CertificateInclusion certInclude) Add verification for a particular signature.voidOCSPVerifier.setOcspClient(IOcspClient ocspClient) Sets OCSP client to provide OCSP responses for verifying of the OCSP signer's certificate (an Authorized Responder).PadesTwoPhaseSigningHelper.setOcspClient(IOcspClient ocspClient) SetIOcspClientto be used for LTV Verification.PdfPadesSigner.setOcspClient(IOcspClient ocspClient) SetIOcspClientto be used for LTV Verification.voidPKCS7ExternalSignatureContainer.setOcspClient(IOcspClient ocspClient) Set the OcspClient if you want revocation data collected trough Ocsp to be added to the signaturevoidPdfSigner.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.voidPdfSigner.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.voidPdfSigner.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.voidPdfSigner.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
Methods in com.itextpdf.signatures.validation.v1 with parameters of type IOcspClientModifier and TypeMethodDescriptionCertificateChainValidator.addOcspClient(IOcspClient ocpsClient) AddIOcspClientto be used for OCSP responses receiving.RevocationDataValidator.addOcspClient(IOcspClient ocspClient) AddIOcspClientto be used for OCSP responses receiving.