Uses of Class
com.lowagie.text.pdf.SignatureType
-
Packages that use SignatureType Package Description com.lowagie.text.pdf -
-
Uses of SignatureType in com.lowagie.text.pdf
Methods in com.lowagie.text.pdf that return SignatureType Modifier and Type Method Description static SignatureTypeSignatureType. valueOf(String name)Returns the enum constant of this type with the specified name.static SignatureType[]SignatureType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.lowagie.text.pdf that return types with arguments of type SignatureType Modifier and Type Method Description HashMap<String,SignatureType>AcroFields. getSignatureTypes()Method to differentiate the signed signatures types contained in a document.
-