Package | Description |
---|---|
com.maverick.agent.client | |
com.maverick.agent.openssh | |
com.maverick.agent.rfc |
Modifier and Type | Method and Description |
---|---|
protected AgentMessage |
SshAgentClient.readMessage()
Read a single message from the inputstream and convert into a valid
subsystem message
|
Modifier and Type | Method and Description |
---|---|
protected void |
SshAgentClient.sendMessage(AgentMessage msg)
Send a subsystem message
|
Modifier and Type | Class and Description |
---|---|
class |
OpenSshSignRequest
Message for Agent Private key operation
|
Modifier and Type | Method and Description |
---|---|
protected void |
OpenSSHAgentConnection.onDeleteAllKeys(AgentMessage msg)
Called when the remote side requests that all keys be removed from the
agent.
|
protected void |
OpenSSHAgentConnection.onListKeys(AgentMessage msg)
Called by the remote side when a list of the agents keys is required
|
protected void |
OpenSSHAgentConnection.sendMessage(AgentMessage msg)
Sends a subsystem message.
|
Modifier and Type | Class and Description |
---|---|
class |
SshAgentAddKey |
class |
SshAgentAlive |
class |
SshAgentDeleteKey |
class |
SshAgentFailure |
class |
SshAgentForwardingNotice |
class |
SshAgentKeyList |
class |
SshAgentLock |
class |
SshAgentOperationComplete |
class |
SshAgentPing |
class |
SshAgentPrivateKeyOp
Message for Agent Private key operation
|
class |
SshAgentRandom |
class |
SshAgentRandomData |
class |
SshAgentRequestVersion |
class |
SshAgentSuccess |
class |
SshAgentUnlock |
class |
SshAgentVersionResponse |
class |
SshMsgUserAuthPKOK |
Modifier and Type | Method and Description |
---|---|
protected void |
RFCAgentConnection.onDeleteAllKeys(AgentMessage msg)
Called when the remote side requests that all keys be removed from the
agent.
|
protected void |
RFCAgentConnection.onListKeys(AgentMessage msg)
Called by the remote side when a list of the agents keys is required
|
protected void |
RFCAgentConnection.sendMessage(AgentMessage msg)
Sends a subsystem message.
|
Copyright © 2024. All rights reserved.