Uses of Interface
com.sshtools.agent.KeyStore
Packages that use KeyStore
Package
Description
-
Uses of KeyStore in com.sshtools.agent
Classes in com.sshtools.agent that implement KeyStoreModifier and TypeClassDescriptionclass
A store for maintaining public keys in agentMethods in com.sshtools.agent with parameters of type KeyStoreModifier and TypeMethodDescriptionvoid
A key has been added to the keystore.void
KeyStoreListener.onDeleteAllKeys
(KeyStore keystore) All the keys were deleted from the keystore.void
KeyStoreListener.onDeleteKey
(KeyStore keystore) A key has been deleted.void
KeyStoreListener.onKeyOperation
(KeyStore keystore, String operation) An operation was performed on the keystore.void
The keystore has been locked.void
The keystore has been unlocked. -
Uses of KeyStore in com.sshtools.agent.openssh
Methods in com.sshtools.agent.openssh with parameters of type KeyStoreModifier and TypeMethodDescriptionOpenSSHConnectionFactory.createConnection
(KeyStore keystore, InputStream in, OutputStream out, Closeable closeable) Constructors in com.sshtools.agent.openssh with parameters of type KeyStoreModifierConstructorDescriptionOpenSSHAgentConnection
(KeyStore keystore, InputStream in, OutputStream out, Closeable closeable) -
Uses of KeyStore in com.sshtools.agent.rfc
Methods in com.sshtools.agent.rfc with parameters of type KeyStoreModifier and TypeMethodDescriptionRFCConnectionFactory.createConnection
(KeyStore keystore, InputStream in, OutputStream out, Closeable closeable) Constructors in com.sshtools.agent.rfc with parameters of type KeyStoreModifierConstructorDescriptionRFCAgentConnection
(KeyStore keystore, InputStream in, OutputStream out, Closeable closeable) -
Uses of KeyStore in com.sshtools.agent.server
Methods in com.sshtools.agent.server that return KeyStoreModifier and TypeMethodDescriptionprotected KeyStore
SshAgentSocketListener.getKeystore()
Gets the underlying keystore for this agent listener.Methods in com.sshtools.agent.server with parameters of type KeyStoreModifier and TypeMethodDescriptionSshAgentConnectionFactory.createConnection
(KeyStore keystore, InputStream in, OutputStream out, Closeable closeable) Constructors in com.sshtools.agent.server with parameters of type KeyStoreModifierConstructorDescriptionSshAgentServer
(SshAgentConnectionFactory connectionFactory, KeyStore keystore) SshAgentSocketListener
(String location, KeyStore keystore) Creates a new SshAgentSocketListener object.