Uses of Class
com.itextpdf.text.pdf.XmlSignatureAppearance
Packages that use XmlSignatureAppearance
-
Uses of XmlSignatureAppearance in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as XmlSignatureAppearanceMethods in com.itextpdf.text.pdf that return XmlSignatureAppearanceModifier and TypeMethodDescriptionPdfStamper.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 XmlSignatureAppearanceModifier and TypeMethodDescriptionprivate static Reference
MakeXmlSignature.generateContentReference
(XMLSignatureFactory fac, XmlSignatureAppearance sap, String referenceId) private static KeyInfo
MakeXmlSignature.generateKeyInfo
(Certificate[] chain, XmlSignatureAppearance sap) private static XMLObject
MakeXmlSignature.generateXadesObject
(XMLSignatureFactory fac, XmlSignatureAppearance sap, String signatureId, String contentReferenceId, String signedPropertiesId, String[] signaturePolicy) 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, PublicKey publicKey) Signs the xml with XmlDSig using the enveloped mode, with optional xpath transform (see XmlSignatureAppearance).static void
MakeXmlSignature.signXmlDSig
(XmlSignatureAppearance sap, ExternalSignature externalSignature, KeyInfo keyInfo) Signs the xml with XmlDSig using the enveloped mode, with optional xpath transform (see XmlSignatureAppearance).private static void
MakeXmlSignature.verifyArguments
(XmlSignatureAppearance sap, ExternalSignature externalSignature)