|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
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(JComponent parent,
KeyStoreManager manager)
|
Uses of KeyStoreManager in org.faceless.pdf2.viewer2.feature |
---|
Methods in org.faceless.pdf2.viewer2.feature that return KeyStoreManager | |
---|---|
KeyStoreManager |
KeyStoreSignatureProvider.getKeyStoreManager()
Return the KeyStoreManager used by this class - either the value returned by
PDFViewer.getKeyStoreManager() (the default) or a value previously set by a call
to setKeyStoreManager() . |
Methods in org.faceless.pdf2.viewer2.feature with parameters of type KeyStoreManager | |
---|---|
void |
KeyStoreSignatureProvider.setKeyStoreManager(KeyStoreManager keyStoreManager)
Set the KeyStoreManager used by this class, which will override the default. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |