Uses of Class
com.sshtools.j2ssh.agent.KeyStore

Packages that use KeyStore
com.sshtools.j2ssh.agent   
 

Uses of KeyStore in com.sshtools.j2ssh.agent
 

Fields in com.sshtools.j2ssh.agent declared as KeyStore
(package private)  KeyStore SshAgentSocketListener.keystore
           
(package private)  KeyStore SshAgentConnection.keystore
           
 

Methods in com.sshtools.j2ssh.agent that return KeyStore
protected  KeyStore SshAgentSocketListener.getKeystore()
          Gets the underlying keystore for this agent listener.
 

Methods in com.sshtools.j2ssh.agent with parameters of type KeyStore
 void KeyStoreListener.onAddKey(KeyStore keystore)
           
 void KeyStoreListener.onDeleteAllKeys(KeyStore keystore)
           
 void KeyStoreListener.onDeleteKey(KeyStore keystore)
           
 void KeyStoreListener.onKeyOperation(KeyStore keystore, java.lang.String operation)
           
 void KeyStoreListener.onLock(KeyStore keystore)
           
 void KeyStoreListener.onUnlock(KeyStore keystore)
           
 

Constructors in com.sshtools.j2ssh.agent with parameters of type KeyStore
SshAgentConnection(KeyStore keystore, java.io.InputStream in, java.io.OutputStream out)
           
SshAgentConnection(KeyStore keystore, java.net.Socket socket)
           
SshAgentSocketListener(java.lang.String location, KeyStore keystore)
          Creates a new SshAgentSocketListener object.