Uses of Interface
com.itextpdf.text.pdf.security.XpathConstructor
-
Packages that use XpathConstructor Package Description com.itextpdf.text.pdf -
-
Uses of XpathConstructor in com.itextpdf.text.pdf
Classes in com.itextpdf.text.pdf that implement XpathConstructor Modifier and Type Class Description class
XfaXpathConstructor
Constructor for xpath expression for signing XfaFormFields in com.itextpdf.text.pdf declared as XpathConstructor Modifier and Type Field Description private XpathConstructor
XmlSignatureAppearance. xpathConstructor
Methods in com.itextpdf.text.pdf that return XpathConstructor Modifier and Type Method Description XpathConstructor
XmlSignatureAppearance. getXpathConstructor()
Constructor for xpath expression in case signing only part of XML document.Methods in com.itextpdf.text.pdf with parameters of type XpathConstructor Modifier and Type Method Description void
XmlSignatureAppearance. setXpathConstructor(XpathConstructor xpathConstructor)
-