| Package | Description |
|---|---|
| com.itextpdf.text.pdf | |
| com.itextpdf.text.pdf.security |
| Modifier and Type | Field and Description |
|---|---|
protected XmlSignatureAppearance |
PdfStamper.sigXmlApp |
| Modifier and Type | Method and Description |
|---|---|
XmlSignatureAppearance |
PdfStamper.getXmlSignatureAppearance()
Gets the xml signing instance.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
MakeXmlSignature.signXades(XmlSignatureAppearance sap,
ExternalSignature externalSignature,
Certificate[] chain,
boolean includeSignaturePolicy)
Signs the xml with XAdES BES using the enveloped mode, with optional xpath transform (see XmlSignatureAppearance).
|
static void |
MakeXmlSignature.signXadesBes(XmlSignatureAppearance sap,
ExternalSignature externalSignature,
Certificate[] chain)
Signs the xml with XAdES BES using the enveloped mode, with optional xpath transform (see XmlSignatureAppearance).
|
static void |
MakeXmlSignature.signXadesEpes(XmlSignatureAppearance sap,
ExternalSignature externalSignature,
Certificate[] chain)
Signs the xml with XAdES BES using the enveloped mode, with optional xpath transform (see XmlSignatureAppearance).
|
static void |
MakeXmlSignature.signXmlDSig(XmlSignatureAppearance sap,
ExternalSignature externalSignature,
Certificate[] chain)
Signs the xml with XmlDSig using the enveloped mode, with optional xpath transform (see XmlSignatureAppearance).
|
static void |
MakeXmlSignature.signXmlDSig(XmlSignatureAppearance sap,
ExternalSignature externalSignature,
javax.xml.crypto.dsig.keyinfo.KeyInfo keyInfo)
Signs the xml with XmlDSig using the enveloped mode, with optional xpath transform (see XmlSignatureAppearance).
|
static void |
MakeXmlSignature.signXmlDSig(XmlSignatureAppearance sap,
ExternalSignature externalSignature,
PublicKey publicKey)
Signs the xml with XmlDSig using the enveloped mode, with optional xpath transform (see XmlSignatureAppearance).
|
Copyright © 2016. All rights reserved.