Uses of Interface
com.itextpdf.signatures.ITSAClient
Packages that use ITSAClient
-
Uses of ITSAClient in com.itextpdf.signatures
Classes in com.itextpdf.signatures that implement ITSAClientModifier and TypeClassDescriptionclass
Time Stamp Authority Client interface implementation using Bouncy Castle org.bouncycastle.tsp package.Methods in com.itextpdf.signatures with parameters of type ITSAClientModifier and TypeMethodDescriptionbyte[]
PdfPKCS7.getEncodedPKCS7
(byte[] secondDigest, PdfSigner.CryptoStandard sigtype, ITSAClient tsaClient, Collection ocsp, Collection crlBytes) Gets the bytes for the PKCS7SignedData object.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.timestamp
(ITSAClient tsa, String signatureName) Signs a document with a PAdES-LTV Timestamp.