Package | Description |
---|---|
org.faceless.pdf2 |
Contains the classes used to create a PDF document
|
org.faceless.pdf2.viewer2.feature |
Contains a list of all the features that are available to the PDFViewer.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
EGIZSignatureHandler.Factory
An implementation of this Factory is required to create and control the
EGIZSignatureHandler
|
Modifier and Type | Class and Description |
---|---|
class |
AcrobatSignatureHandlerFactory
An implementation of
SignatureHandlerFactory that returns handlers
suitable for signing documents for use with Acrobat 6.0 or later. |
class |
RemoteSignatureHandlerFactory
An implementation of
SignatureHandlerFactory that returns a handler
which allow the PKCS#7 signature for a PDF to be calculated on a remote
machine. |
class |
TimeStampHandlerFactory
An implementation of
SignatureHandlerFactory that returns a SignatureHandler
suitable for adding a "Document Level Timestamp" to the PDF. |
Modifier and Type | Field and Description |
---|---|
static SignatureHandlerFactory |
FormSignature.HANDLER_ACROBATSIX
A type of handler representing the general purpose PKI signature plugin
supplied with Acrobat 6.0 and later.
|
static SignatureHandlerFactory |
FormSignature.HANDLER_SELFSIGN
Deprecated.
There is no need to use this handler. Use an
AcrobatSignatureHandlerFactory instead. |
static SignatureHandlerFactory |
FormSignature.HANDLER_VERISIGN
Deprecated.
There is no need to use this handler. Use an
AcrobatSignatureHandlerFactory instead. |
Modifier and Type | Method and Description |
---|---|
static void |
FormSignature.registerHandlerForVerification(SignatureHandlerFactory factory)
This method must be called to register a new
SignatureHandlerFactory
that can be used when verifying signatures, although it's not necessary
for handlers that are only used for signing. |
void |
FormSignature.sign(KeyStore keystore,
String alias,
char[] password,
SignatureHandlerFactory factory)
Sign a
FormSignature.STATE_BLANK digital signature. |
Constructor and Description |
---|
FormSignature(KeyStore keystore,
String alias,
char[] password,
SignatureHandlerFactory factory)
Create a new
pending digital signature to sign a PDF document. |
Modifier and Type | Method and Description |
---|---|
void |
KeyStoreSignatureProvider.setSignatureHandlerFactory(SignatureHandlerFactory factory)
Set the
SignatureHandlerFactory used to sign fields using
this class. |
Copyright © 2001-2017 Big Faceless Organization