Package | Description |
---|---|
org.faceless.pdf2.viewer2 |
The "viewer" package contains the classes required to create a Swing application to
display PDFs.
|
org.faceless.pdf2.viewer2.feature |
Contains a list of all the features that are available to the PDFViewer.
|
Modifier and Type | Method and Description |
---|---|
SignatureProvider |
SignatureProvider.SignatureState.getSignatureProvider()
Return the
SignatureProvider that verified the Signature and
created this SignatureState object. |
Modifier and Type | Class and Description |
---|---|
class |
KeyStoreSignatureProvider
A
SignatureProvider that signs and verifies signatures from
a KeyStoreManager (ie from a local KeyStore . |
class |
RemoteSignatureProvider
A SignatureProvider that allows digital signatures to applied using
the
RemoteSignatureHandlerFactory class. |
Modifier and Type | Method and Description |
---|---|
void |
FormBlankSignatureWidgetFactory.sign(FormSignature field,
DocumentPanel docpanel,
SignatureProvider provider)
Sign the field, by calling the
showSignDialog()
method on the specified SignatureServiceProvider. |
void |
InvisiblySignDocument.sign(FormSignature field,
DocumentPanel docpanel,
SignatureProvider provider)
Sign the Signature field.
|
void |
FormSignedSignatureWidgetFactory.verify(FormSignature field,
DocumentPanel docpanel,
SignatureProvider provider)
Verify the signature field, by calling the
showVerifyDialog() method on the
specified SignatureProvider |
Copyright © 2001-2017 Big Faceless Organization