|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FormSignature | |
|---|---|
| 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. |
| Uses of FormSignature in org.faceless.pdf2.viewer2 |
|---|
| Methods in org.faceless.pdf2.viewer2 with parameters of type FormSignature | |
|---|---|
abstract boolean |
SignatureProvider.canSign(FormSignature field)
Return true if this SignatureProvider can sign the specified field |
abstract boolean |
SignatureProvider.canVerify(FormSignature field)
Return true if this SignatureProvider can verify the specified field |
static ImageIcon |
SignatureProvider.getIcon(DocumentPanel docpanel,
FormSignature field)
Get an Icon that can be used to describe the specified signature. |
static void |
SignatureProvider.selectSignProvider(DocumentPanel docpanel,
FormSignature field,
JComponent comp,
Point point,
ActionListener listener)
Select a SignatureProvider that can be used to sign the specified signature field. |
static void |
SignatureProvider.selectVerifyProvider(DocumentPanel docpanel,
FormSignature field,
JComponent comp,
Point point,
ActionListener listener)
Select a SignatureProvider that can be used to verify the specified signature field. |
abstract void |
SignatureProvider.showSignDialog(JComponent root,
FormSignature field)
Display the signing dialog for the specified field, and assuming all goes well sign the field at the end. |
abstract void |
SignatureProvider.showVerifyDialog(JComponent root,
FormSignature field)
Show a dialog displaying information about the specified (signed) digital signature field. |
| Uses of FormSignature in org.faceless.pdf2.viewer2.feature |
|---|
| Methods in org.faceless.pdf2.viewer2.feature with parameters of type FormSignature | |
|---|---|
boolean |
KeyStoreSignatureProvider.canSign(FormSignature field)
|
boolean |
RemoteSignatureProvider.canSign(FormSignature field)
Return true if a RemoteSignatureHandlerFactory has been specified for signing. |
boolean |
KeyStoreSignatureProvider.canVerify(FormSignature field)
|
boolean |
RemoteSignatureProvider.canVerify(FormSignature field)
Signatures do not need to be verified remotely, so this method always returns false. |
void |
KeyStoreSignatureProvider.showSignDialog(JComponent root,
FormSignature field)
|
void |
RemoteSignatureProvider.showSignDialog(JComponent root,
FormSignature field)
|
void |
KeyStoreSignatureProvider.showVerifyDialog(JComponent jroot,
FormSignature field)
|
void |
RemoteSignatureProvider.showVerifyDialog(JComponent root,
FormSignature field)
As the canVerify() method always returns false, this method
does nothing. |
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||