Uses of Class
org.faceless.pdf2.viewer2.KeyStoreManager

Packages that use KeyStoreManager
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 KeyStoreManager in org.faceless.pdf2.viewer2
 

Methods in org.faceless.pdf2.viewer2 that return KeyStoreManager
static KeyStoreManager KeyStoreManager.createDefaultKeyStoreManager(Component parent)
           
static KeyStoreManager KeyStoreManager.createFixedKeyStoreManager(Component parent, String filename, char[] password, String type, String provider, boolean create)
          Create a new File-based KeyStoreManager.
static KeyStoreManager KeyStoreManager.createPromptKeyStoreManager(Component parent, String filename, char[] password, String type, String provider, boolean create)
          Create a new File-based KeyStoreManager.
 KeyStoreManager PDFViewer.getKeyStoreManager()
          Get the KeyStoreManager in use by this PDFViewer
 

Methods in org.faceless.pdf2.viewer2 with parameters of type KeyStoreManager
 void PDFViewer.setKeyStoreManager(KeyStoreManager manager)
          Set the KeyStoreManager used by this PDFViewer
 

Constructors in org.faceless.pdf2.viewer2 with parameters of type KeyStoreManager
PublicKeyPromptEncryptionHandler(Component parent, KeyStoreManager manager)
           
 

Uses of KeyStoreManager in org.faceless.pdf2.viewer2.feature
 

Methods in org.faceless.pdf2.viewer2.feature with parameters of type KeyStoreManager
 void FormBlankSignatureWidgetFactory.setKeyStoreManager(KeyStoreManager manager)
          Set the KeyStoreManager
 void FormSignedSignatureWidgetFactory.setKeyStoreManager(KeyStoreManager manager)
          Set the KeyStoreManager that signatures should be verified against
 



Copyright © 2001-2008 Big Faceless Organization