Uses of Class
org.faceless.pdf2.EGIZSignatureHandler
-
Packages that use EGIZSignatureHandler Package Description org.faceless.pdf2 Contains the classes used to create a PDF document -
-
Uses of EGIZSignatureHandler in org.faceless.pdf2
Methods in org.faceless.pdf2 with parameters of type EGIZSignatureHandler Modifier and Type Method Description voidEGIZSignatureHandler.Factory. doSign(EGIZSignatureHandler handler, MessageDigest digest)Do the actual signing.booleanEGIZSignatureHandler.Factory. doVerify(EGIZSignatureHandler handler, MessageDigest digest)Do the actual verification.intEGIZSignatureHandler.Factory. getCertificationType(EGIZSignatureHandler handler)Set the return value from theSignatureHandler.getCertificationType()method on the supplied handlervoidEGIZSignatureHandler.Factory. populateCanvas(PDFCanvas canvas, int width, int height, EGIZSignatureHandler handler)Populate the supplied canvas with the signature appearance.voidEGIZSignatureHandler.Factory. preSign(EGIZSignatureHandler handler, KeyStore keystore, String alias, char[] password)Set any fields in the Signature that need to be set prior to the start of the signing process.voidEGIZSignatureHandler.Factory. preVerify(EGIZSignatureHandler handler)Called right at the start of the verification process before the digest is created and theEGIZSignatureHandler.Factory.doVerify(org.faceless.pdf2.EGIZSignatureHandler, java.security.MessageDigest)method is called
-