Package | Description |
---|---|
com.maverick.agent | |
com.maverick.agent.openssh | |
com.maverick.agent.rfc | |
com.maverick.agent.server |
Modifier and Type | Class and Description |
---|---|
class |
InMemoryKeyStore
A store for maintaining public keys in agent
|
Modifier and Type | Method and Description |
---|---|
void |
KeyStoreListener.onAddKey(KeyStore keystore)
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 |
KeyStoreListener.onLock(KeyStore keystore)
The keystore has been locked.
|
void |
KeyStoreListener.onUnlock(KeyStore keystore)
The keystore has been unlocked.
|
Modifier and Type | Method and Description |
---|---|
SshAgentConnection |
OpenSSHConnectionFactory.createConnection(KeyStore keystore,
InputStream in,
OutputStream out,
Closeable closeable) |
Constructor and Description |
---|
OpenSSHAgentConnection(KeyStore keystore,
InputStream in,
OutputStream out,
Closeable closeable) |
Modifier and Type | Method and Description |
---|---|
SshAgentConnection |
RFCConnectionFactory.createConnection(KeyStore keystore,
InputStream in,
OutputStream out,
Closeable closeable) |
Constructor and Description |
---|
RFCAgentConnection(KeyStore keystore,
InputStream in,
OutputStream out,
Closeable closeable) |
Modifier and Type | Method and Description |
---|---|
protected KeyStore |
SshAgentSocketListener.getKeystore()
Gets the underlying keystore for this agent listener.
|
Modifier and Type | Method and Description |
---|---|
SshAgentConnection |
SshAgentConnectionFactory.createConnection(KeyStore keystore,
InputStream in,
OutputStream out,
Closeable closeable) |
Constructor and Description |
---|
SshAgentServer(SshAgentConnectionFactory connectionFactory,
KeyStore keystore) |
SshAgentSocketListener(String location,
KeyStore keystore)
Creates a new SshAgentSocketListener object.
|
Copyright © 2024. All rights reserved.