Uses of Class
br.ufsc.labsec.signature.wrappers.SignatureWrapper.Format
Package | Description |
---|---|
br.ufsc.labsec.signature.wrappers |
-
Uses of SignatureWrapper.Format in br.ufsc.labsec.signature.wrappers
Fields in br.ufsc.labsec.signature.wrappers declared as SignatureWrapper.Format Modifier and Type Field Description protected SignatureWrapper.Format
SignatureWrapper. format
Methods in br.ufsc.labsec.signature.wrappers that return SignatureWrapper.Format Modifier and Type Method Description SignatureWrapper.Format
SignatureWrapper. format()
static SignatureWrapper.Format
SignatureWrapper.Format. valueOf(String name)
Returns the enum constant of this type with the specified name.static SignatureWrapper.Format[]
SignatureWrapper.Format. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in br.ufsc.labsec.signature.wrappers with parameters of type SignatureWrapper.Format Constructor Description SignatureWrapper(T signedData, String filename, SignatureWrapper.Format format)