Uses of Interface
org.neuclear.commons.crypto.signers.BrowsableSigner

Packages that use BrowsableSigner
org.neuclear.commons.crypto.passphraseagents   
org.neuclear.commons.crypto.passphraseagents.swing   
org.neuclear.commons.crypto.passphraseagents.swing.actions   
org.neuclear.commons.crypto.signers   
 

Uses of BrowsableSigner in org.neuclear.commons.crypto.passphraseagents
 

Methods in org.neuclear.commons.crypto.passphraseagents with parameters of type BrowsableSigner
 char[] GuiDialogAgent.getPassPhrase(BrowsableSigner signer)
          The User is asked to pick a name by the PassPhraseAgent.
 char[] ServletPassPhraseAgent.getPassPhrase(BrowsableSigner signer)
          The User is asked to pick a name by the PassPhraseAgent.
 char[] ConsoleAgent.getPassPhrase(BrowsableSigner signer)
          The User is asked to pick a name by the PassPhraseAgent.
 byte[] GuiDialogAgent.sign(BrowsableSigner signer, byte[] data, SetPublicKeyCallBack callback)
          The User is asked to pick a name by the PassPhraseAgent.
 byte[] InteractiveAgent.sign(BrowsableSigner signer, byte[] data, SetPublicKeyCallBack callback)
          The User is asked to pick a name by the PassPhraseAgent.
 byte[] ServletPassPhraseAgent.sign(BrowsableSigner signer, byte[] data, SetPublicKeyCallBack callback)
          The User is asked to pick a name by the PassPhraseAgent.
 byte[] ConsoleAgent.sign(BrowsableSigner signer, byte[] data, SetPublicKeyCallBack callback)
          The User is asked to pick a name by the PassPhraseAgent.
 

Uses of BrowsableSigner in org.neuclear.commons.crypto.passphraseagents.swing
 

Methods in org.neuclear.commons.crypto.passphraseagents.swing that return BrowsableSigner
(package private)  BrowsableSigner KeyStoreDialog.getSigner()
           
(package private)  BrowsableSigner SigningPanel.getSigner()
           
 BrowsableSigner KeyStorePanel.getSigner()
           
 

Methods in org.neuclear.commons.crypto.passphraseagents.swing with parameters of type BrowsableSigner
(package private)  WaitForInput KeyStoreDialog.createSigningTask(BrowsableSigner bs, byte[] data, SetPublicKeyCallBack cb)
           
(package private)  WaitForInput SigningPanel.createSigningTask(BrowsableSigner bs, byte[] data, SetPublicKeyCallBack cb)
           
static void SaveKeyStore.save(BrowsableSigner signer, MessageLabel message)
           
static void SaveKeyStore.saveAs(BrowsableSigner signer, MessageLabel message)
           
 void SwingAgent.setSigner(BrowsableSigner signer)
           
 void KeyStoreDialog.setSigner(BrowsableSigner signer)
           
 byte[] SwingAgent.sign(BrowsableSigner signer, byte[] data, SetPublicKeyCallBack callback)
          The User is asked to pick a name by the PassPhraseAgent.
 

Constructors in org.neuclear.commons.crypto.passphraseagents.swing with parameters of type BrowsableSigner
KeyStoreDialog(BrowsableSigner signer)
           
KeyStorePanel(BrowsableSigner signer)
           
SaveKeyStore(BrowsableSigner signer, MessageLabel message, boolean force)
           
SigningPanel(BrowsableSigner signer)
           
SwingAgent(BrowsableSigner signer)
           
 

Uses of BrowsableSigner in org.neuclear.commons.crypto.passphraseagents.swing.actions
 

Fields in org.neuclear.commons.crypto.passphraseagents.swing.actions declared as BrowsableSigner
protected  BrowsableSigner SignerAction.signer
           
 

Constructors in org.neuclear.commons.crypto.passphraseagents.swing.actions with parameters of type BrowsableSigner
OpenKeyStoreAction(BrowsableSigner signer)
           
SaveKeyStoreAction(BrowsableSigner signer)
           
SignerAction(java.lang.String name, javax.swing.Icon icon, BrowsableSigner signer)
           
 

Uses of BrowsableSigner in org.neuclear.commons.crypto.signers
 

Classes in org.neuclear.commons.crypto.signers that implement BrowsableSigner
 class DefaultSigner
          Easy to use preconfigured Signer that uses the standard default JCE KeyStore User: pelleb Date: Oct 29, 2003 Time: 3:22:17 PM
 class JCESigner
          Wrapper around JCE KeyStore
 class PersonalSigner
          User: pelleb Date: May 13, 2004 Time: 9:12:42 AM
 class SQLSigner
           
 class TestCaseSigner
          A signer for use in test cases.
 

Methods in org.neuclear.commons.crypto.signers that return BrowsableSigner
 BrowsableSigner OpenSignerDialog.openSigner()
           
 



Copyright © 2003-2004 Antilles Software Ventures SA. All Rights Reserved.