Uses of Enum
com.realobjects.pdfreactor.Configuration.SigningMode
-
Uses of Configuration.SigningMode in com.realobjects.pdfreactor
Modifier and TypeMethodDescriptionstatic Configuration.SigningMode
Returns the enum constant of this type with the specified name.static Configuration.SigningMode[]
Configuration.SigningMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionConfiguration.SignPDF.setSigningMode
(Configuration.SigningMode value) The cryptographic filter mode that is used to sign the PDF, like SELF_SIGNED, VERISIGN_SIGNED or WINCER_SIGNED.