Uses of Class
com.sshtools.j2ssh.agent.KeyStore
Packages that use KeyStore
-
Uses of KeyStore in com.sshtools.j2ssh.agent
Methods in com.sshtools.j2ssh.agent that return KeyStoreModifier and TypeMethodDescriptionprotected KeyStore
SshAgentSocketListener.getKeystore()
Gets the underlying keystore for this agent listener.Methods in com.sshtools.j2ssh.agent with parameters of type KeyStoreModifier and TypeMethodDescriptionvoid
void
KeyStoreListener.onDeleteAllKeys
(KeyStore keystore) void
KeyStoreListener.onDeleteKey
(KeyStore keystore) void
KeyStoreListener.onKeyOperation
(KeyStore keystore, String operation) void
void
Constructors in com.sshtools.j2ssh.agent with parameters of type KeyStoreModifierConstructorDescriptionSshAgentSocketListener
(String location, KeyStore keystore) Creates a new SshAgentSocketListener object.