Package | Description |
---|---|
com.itextpdf.text.pdf.security |
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,
Calendar signingTime,
TSAClient tsaClient,
byte[] ocsp,
Collection<byte[]> crlBytes,
MakeSignature.CryptoStandard sigtype)
Gets the bytes for the PKCS7SignedData object.
|
static void |
MakeSignature.signDetached(PdfSignatureAppearance sap,
ExternalDigest externalDigest,
ExternalSignature externalSignature,
Certificate[] chain,
Collection<CrlClient> crlList,
OcspClient ocspClient,
TSAClient tsaClient,
int estimatedSize,
MakeSignature.CryptoStandard sigtype)
Signs the document using the detached mode, CMS or CAdES equivalent.
|
static void |
LtvTimestamp.timestamp(PdfSignatureAppearance sap,
TSAClient tsa,
String signatureName)
Signs a document with a PAdES-LTV Timestamp.
|
Copyright © 2013. All rights reserved.