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 |
---|---|
static SignatureProvider.SignatureState |
SignatureProvider.getSignatureState(DocumentPanel docpanel,
FormSignature field)
Get a previously determined
SignatureProvider.SignatureState for the specified signature field, as set by
setSignatureState() . |
SignatureProvider.SignatureState |
SignatureProvider.verify(JComponent root,
FormSignature field)
Verify the field.
|
Modifier and Type | Method and Description |
---|---|
static void |
SignatureProvider.setSignatureState(DocumentPanel docpanel,
FormSignature field,
SignatureProvider.SignatureState state)
Set the
SignatureProvider.SignatureState of this field - should be called by the showVerifyDialog()
method after the field has been verified, to save the details of the verification. |
Modifier and Type | Class and Description |
---|---|
class |
KeyStoreSignatureProvider.X509SignatureState
A subclass of SignatureState that references an X.509 Certificate.
|
Modifier and Type | Method and Description |
---|---|
SignatureProvider.SignatureState |
KeyStoreSignatureProvider.verify(JComponent root,
FormSignature field) |
Copyright © 2001-2017 Big Faceless Organization