Uses of Class
com.itextpdf.text.pdf.XmlSignatureAppearance

Packages that use XmlSignatureAppearance
com.itextpdf.text.pdf   
com.itextpdf.text.pdf.security   
 

Uses of XmlSignatureAppearance in com.itextpdf.text.pdf
 

Fields in com.itextpdf.text.pdf declared as XmlSignatureAppearance
protected  XmlSignatureAppearance PdfStamper.sigXmlApp
           
 

Methods in com.itextpdf.text.pdf that return XmlSignatureAppearance
 XmlSignatureAppearance PdfStamper.getXmlSignatureAppearance()
          Gets the xml signing instance.
 

Uses of XmlSignatureAppearance in com.itextpdf.text.pdf.security
 

Methods in com.itextpdf.text.pdf.security with parameters of type 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.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 © 2013. All Rights Reserved.