| Modifier and Type | Class and Description |
|---|---|
class |
TSAClientBouncyCastle
Time Stamp Authority Client interface implementation using Bouncy Castle
org.bouncycastle.tsp package.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
PdfPKCS7.getEncodedPKCS7(byte[] secondDigest,
ITSAClient tsaClient,
byte[] ocsp,
Collection<byte[]> crlBytes,
PdfSigner.CryptoStandard sigtype)
Deprecated.
This overload is deprecated, use
PdfPKCS7.getEncodedPKCS7(byte[], PdfSigner.CryptoStandard, ITSAClient, Collection, Collection) instead. |
byte[] |
PdfPKCS7.getEncodedPKCS7(byte[] secondDigest,
PdfSigner.CryptoStandard sigtype,
ITSAClient tsaClient,
Collection<byte[]> ocsp,
Collection<byte[]> 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,
org.bouncycastle.asn1.esf.SignaturePolicyIdentifier 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.
|
Copyright © 1998–2021 iText Group NV. All rights reserved.