Uses of Class
org.faceless.pdf2.PKCS7SignatureHandler.SigningEngine.Type
-
Packages that use PKCS7SignatureHandler.SigningEngine.Type Package Description org.faceless.pdf2 Contains the classes used to create a PDF document -
-
Uses of PKCS7SignatureHandler.SigningEngine.Type in org.faceless.pdf2
Methods in org.faceless.pdf2 that return PKCS7SignatureHandler.SigningEngine.Type Modifier and Type Method Description PKCS7SignatureHandler.SigningEngine.Type
PKCS7SignatureHandler.SigningEngine. getType()
Return the type of object returned from thePKCS7SignatureHandler.SigningEngine.sign(byte[])
methodstatic PKCS7SignatureHandler.SigningEngine.Type
PKCS7SignatureHandler.SigningEngine.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static PKCS7SignatureHandler.SigningEngine.Type[]
PKCS7SignatureHandler.SigningEngine.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-