Package | Description |
---|---|
com.itextpdf.text.pdf | |
com.itextpdf.text.pdf.security |
Modifier and Type | Field and Description |
---|---|
protected PdfSignatureAppearance |
PdfStamper.sigApp |
Modifier and Type | Method and Description |
---|---|
PdfSignatureAppearance |
PdfStamper.getSignatureAppearance()
Gets the signing instance.
|
Modifier and Type | Method and Description |
---|---|
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 |
MakeSignature.signDetached(PdfSignatureAppearance sap,
ExternalDigest externalDigest,
ExternalSignature externalSignature,
Certificate[] chain,
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 void |
MakeSignature.signDetached(PdfSignatureAppearance sap,
ExternalDigest externalDigest,
ExternalSignature externalSignature,
Certificate[] chain,
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 void |
MakeSignature.signExternalContainer(PdfSignatureAppearance sap,
ExternalSignatureContainer externalSignatureContainer,
int estimatedSize)
Sign the document using an external container, usually a PKCS7.
|
static void |
LtvTimestamp.timestamp(PdfSignatureAppearance sap,
TSAClient tsa,
String signatureName)
Signs a document with a PAdES-LTV Timestamp.
|
Copyright © 2020. All rights reserved.