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 ReferenceMakeXmlSignature.generateContentReference(XMLSignatureFactory fac, XmlSignatureAppearance sap, String referenceId) private static KeyInfoMakeXmlSignature.generateKeyInfo(Certificate[] chain, XmlSignatureAppearance sap) private static XMLObjectMakeXmlSignature.generateXadesObject(XMLSignatureFactory fac, XmlSignatureAppearance sap, String signatureId, String contentReferenceId, String signedPropertiesId, String[] signaturePolicy) static voidMakeXmlSignature.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 voidMakeXmlSignature.signXadesBes(XmlSignatureAppearance sap, ExternalSignature externalSignature, Certificate[] chain) Signs the xml with XAdES BES using the enveloped mode, with optional xpath transform (see XmlSignatureAppearance).static voidMakeXmlSignature.signXadesEpes(XmlSignatureAppearance sap, ExternalSignature externalSignature, Certificate[] chain) Signs the xml with XAdES BES using the enveloped mode, with optional xpath transform (see XmlSignatureAppearance).static voidMakeXmlSignature.signXmlDSig(XmlSignatureAppearance sap, ExternalSignature externalSignature, Certificate[] chain) Signs the xml with XmlDSig using the enveloped mode, with optional xpath transform (see XmlSignatureAppearance).static voidMakeXmlSignature.signXmlDSig(XmlSignatureAppearance sap, ExternalSignature externalSignature, PublicKey publicKey) Signs the xml with XmlDSig using the enveloped mode, with optional xpath transform (see XmlSignatureAppearance).static voidMakeXmlSignature.signXmlDSig(XmlSignatureAppearance sap, ExternalSignature externalSignature, KeyInfo keyInfo) Signs the xml with XmlDSig using the enveloped mode, with optional xpath transform (see XmlSignatureAppearance).private static voidMakeXmlSignature.verifyArguments(XmlSignatureAppearance sap, ExternalSignature externalSignature)