Package | Description |
---|---|
org.faceless.pdf2 |
Contains the classes used to create a PDF document
|
Modifier and Type | Method and 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 the
SignatureHandler.getCertificationType() method
on the supplied handler |
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 |
Copyright © 2001-2017 Big Faceless Organization