Package | Description |
---|---|
com.sshtools.j2ssh.agent |
Modifier and Type | Method and Description |
---|---|
protected KeyStore |
SshAgentSocketListener.getKeystore()
Gets the underlying keystore for this agent listener.
|
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
SshAgentSocketListener(java.lang.String location,
KeyStore keystore)
Creates a new SshAgentSocketListener object.
|
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.