|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SignatureProvider | |
|---|---|
| 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 SignatureProvider in org.faceless.pdf2.viewer2 |
|---|
| Methods in org.faceless.pdf2.viewer2 that return SignatureProvider | |
|---|---|
SignatureProvider |
SignatureProvider.SignatureState.getSignatureProvider()
Return the SignatureProvider that verified the Signature and
created this SignatureState object. |
| Uses of SignatureProvider in org.faceless.pdf2.viewer2.feature |
|---|
| Subclasses of SignatureProvider in org.faceless.pdf2.viewer2.feature | |
|---|---|
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. |
| Methods in org.faceless.pdf2.viewer2.feature with parameters of type SignatureProvider | |
|---|---|
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 | |||||||||