Uses of Class
org.faceless.pdf2.viewer2.KeyStoreManager
-
Packages that use KeyStoreManager 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 Contains utility classes for the viewer. -
-
Uses of KeyStoreManager in org.faceless.pdf2.viewer2
Methods in org.faceless.pdf2.viewer2 that return KeyStoreManager Modifier and Type Method Description KeyStoreManager
PDFViewer. getKeyStoreManager()
Get theKeyStoreManager
in use by this PDFViewerMethods in org.faceless.pdf2.viewer2 with parameters of type KeyStoreManager Modifier and Type Method Description void
PDFViewer. setKeyStoreManager(KeyStoreManager manager)
Set theKeyStoreManager
used by this PDFViewerConstructors in org.faceless.pdf2.viewer2 with parameters of type KeyStoreManager Constructor Description PublicKeyPromptEncryptionHandler(JComponent parent, KeyStoreManager manager)
-
Uses of KeyStoreManager in org.faceless.pdf2.viewer2.feature
Methods in org.faceless.pdf2.viewer2.feature that return KeyStoreManager Modifier and Type Method Description KeyStoreManager
KeyStoreSignatureProvider. getKeyStoreManager()
Return theKeyStoreManager
used by this class - either the value returned byPDFViewer.getKeyStoreManager()
(the default) or a value previously set by a call tosetKeyStoreManager()
.Methods in org.faceless.pdf2.viewer2.feature with parameters of type KeyStoreManager Modifier and Type Method Description protected PDFCanvas
KeyStoreSignatureProvider. getSignatureAppearance(KeyStoreManager manager, KeyStore keystore, String alias, float width, float height)
Return the PDFCanvas to be used as a SignatureAppearance for this signature, or null to use the defaultvoid
KeyStoreSignatureProvider. setKeyStoreManager(KeyStoreManager keyStoreManager)
Set theKeyStoreManager
used by this class, which will override the default. -
Uses of KeyStoreManager in org.faceless.pdf2.viewer2.util
Methods in org.faceless.pdf2.viewer2.util that return KeyStoreManager Modifier and Type Method Description KeyStoreManager
KeyStoreAliasList. getKeyStoreManager()
Get the KeyStoreManagerMethods in org.faceless.pdf2.viewer2.util with parameters of type KeyStoreManager Modifier and Type Method Description void
KeyStoreAliasList. setKeyStoreManager(KeyStoreManager ksm)
Set the KeyStoreManagerConstructors in org.faceless.pdf2.viewer2.util with parameters of type KeyStoreManager Constructor Description KeyStoreAliasList(KeyStoreManager ksm, boolean keys, boolean certificates)
Create a new KeyStoreAliasList and set the KeyStoreManagerKeyStoreTrustManager(KeyStoreManager ksm, Component root)
Create a new KeyStoreTrustManager.
-