|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EGIZSignatureHandler | |
---|---|
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 | |
---|---|
void |
EGIZSignatureHandler.Factory.doSign(EGIZSignatureHandler handler,
MessageDigest digest)
Do the actual signing. |
boolean |
EGIZSignatureHandler.Factory.doVerify(EGIZSignatureHandler handler,
MessageDigest digest)
Do the actual verification. |
void |
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 the EGIZSignatureHandler.Factory.doVerify(org.faceless.pdf2.EGIZSignatureHandler, java.security.MessageDigest) method is called |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |