Uses of Interface
com.itextpdf.text.pdf.security.TSAClient
-
Packages that use TSAClient Package Description com.itextpdf.text.pdf.security -
-
Uses of TSAClient in com.itextpdf.text.pdf.security
Classes in com.itextpdf.text.pdf.security that implement TSAClient Modifier and Type Class Description classTSAClientBouncyCastleTime Stamp Authority Client interface implementation using Bouncy Castle org.bouncycastle.tsp package.Methods in com.itextpdf.text.pdf.security with parameters of type TSAClient Modifier and Type Method Description byte[]PdfPKCS7. getEncodedPKCS7(byte[] secondDigest, TSAClient tsaClient, byte[] ocsp, java.util.Collection<byte[]> crlBytes, MakeSignature.CryptoStandard sigtype)Gets the bytes for the PKCS7SignedData object.static voidMakeSignature. signDetached(PdfSignatureAppearance sap, ExternalDigest externalDigest, ExternalSignature externalSignature, java.security.cert.Certificate[] chain, java.util.Collection<CrlClient> crlList, OcspClient ocspClient, TSAClient tsaClient, int estimatedSize, MakeSignature.CryptoStandard sigtype)Signs the document using the detached mode, CMS or CAdES equivalent.static voidMakeSignature. signDetached(PdfSignatureAppearance sap, ExternalDigest externalDigest, ExternalSignature externalSignature, java.security.cert.Certificate[] chain, java.util.Collection<CrlClient> crlList, OcspClient ocspClient, TSAClient tsaClient, int estimatedSize, MakeSignature.CryptoStandard sigtype, SignaturePolicyInfo signaturePolicy)Signs the document using the detached mode, CMS or CAdES equivalent.static voidMakeSignature. signDetached(PdfSignatureAppearance sap, ExternalDigest externalDigest, ExternalSignature externalSignature, java.security.cert.Certificate[] chain, java.util.Collection<CrlClient> crlList, OcspClient ocspClient, TSAClient tsaClient, int estimatedSize, MakeSignature.CryptoStandard sigtype, org.bouncycastle.asn1.esf.SignaturePolicyIdentifier signaturePolicy)Signs the document using the detached mode, CMS or CAdES equivalent.static voidLtvTimestamp. timestamp(PdfSignatureAppearance sap, TSAClient tsa, java.lang.String signatureName)Signs a document with a PAdES-LTV Timestamp.
-