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
Fields in com.lowagie.text.pdf with type parameters of type SignatureType Modifier and Type Field Description private java.util.HashMap<java.lang.String,SignatureType>
AcroFields. sigTypes
Methods in com.lowagie.text.pdf that return SignatureType Modifier and Type Method Description static SignatureType
SignatureType. valueOf(java.lang.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 java.util.HashMap<java.lang.String,SignatureType>
AcroFields. getSignatureTypes()
Method to differentiate the signed signatures types contained in a document.
-