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.
|
org.faceless.pdf2.viewer2.util |
Modifier and Type | Method and Description |
---|---|
KeyStoreManager |
PDFViewer.getKeyStoreManager()
Get the
KeyStoreManager in use by this PDFViewer |
Modifier and Type | Method and Description |
---|---|
void |
PDFViewer.setKeyStoreManager(KeyStoreManager manager)
Set the
KeyStoreManager used by this PDFViewer |
Constructor and Description |
---|
PublicKeyPromptEncryptionHandler(JComponent parent,
KeyStoreManager manager) |
Modifier and Type | Method and Description |
---|---|
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() . |
Modifier and Type | Method and Description |
---|---|
void |
KeyStoreSignatureProvider.setKeyStoreManager(KeyStoreManager keyStoreManager)
Set the
KeyStoreManager used by this class, which will override the default. |
Modifier and Type | Method and Description |
---|---|
KeyStoreManager |
KeyStoreAliasList.getKeyStoreManager()
Get the KeyStoreManager
|
Modifier and Type | Method and Description |
---|---|
void |
KeyStoreAliasList.setKeyStoreManager(KeyStoreManager ksm)
Set the KeyStoreManager
|
Constructor and Description |
---|
KeyStoreAliasList(KeyStoreManager ksm,
boolean keys,
boolean certificates)
Create a new KeyStoreAliasList and set the KeyStoreManager
|
KeyStoreTrustManager(KeyStoreManager ksm,
Component root)
Create a new KeyStoreTrustManager.
|
Copyright © 2001-2017 Big Faceless Organization