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 void
EGIZSignatureHandler.Factory. doSign(EGIZSignatureHandler handler, MessageDigest digest)
Do the actual signing.boolean
EGIZSignatureHandler.Factory. doVerify(EGIZSignatureHandler handler, MessageDigest digest)
Do the actual verification.int
EGIZSignatureHandler.Factory. getCertificationType(EGIZSignatureHandler handler)
Set the return value from theSignatureHandler.getCertificationType()
method on the supplied handlervoid
EGIZSignatureHandler.Factory. populateCanvas(PDFCanvas canvas, int width, int height, EGIZSignatureHandler handler)
Populate the supplied canvas with the signature appearance.void
EGIZSignatureHandler.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.void
EGIZSignatureHandler.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
-