Package | Description |
---|---|
com.itextpdf.text.pdf | |
com.itextpdf.text.pdf.security |
Modifier and Type | Method and Description |
---|---|
static PdfStamper |
PdfStamper.createSignature(PdfReader reader,
OutputStream os,
char pdfVersion)
Applies a digital signature to a document.
|
static PdfStamper |
PdfStamper.createSignature(PdfReader reader,
OutputStream os,
char pdfVersion,
File tempFile)
Applies a digital signature to a document.
|
static PdfStamper |
PdfStamper.createSignature(PdfReader reader,
OutputStream os,
char pdfVersion,
File tempFile,
boolean append)
Applies a digital signature to a document, possibly as a new revision, making
possible multiple signatures.
|
static PdfStamper |
PdfStamper.createXmlSignature(PdfReader reader,
OutputStream os) |
PdfStamper |
XmlSignatureAppearance.getStamper() |
PdfStamper |
PdfSignatureAppearance.getStamper()
Gets the
PdfStamper associated with this instance. |
Modifier and Type | Method and Description |
---|---|
void |
XmlSignatureAppearance.setStamper(PdfStamper stamper) |
Constructor and Description |
---|
XfaXmlLocator(PdfStamper stamper) |
Constructor and Description |
---|
LtvVerification(PdfStamper stp)
The verification constructor.
|
Copyright © 2014. All rights reserved.