public class SshAgentKeyList extends AgentMessage
| Constructor and Description |
|---|
SshAgentKeyList()
Creates a new SshAgentKeyList object.
|
SshAgentKeyList(Map<SshPublicKey,String> keys)
Creates a new SshAgentKeyList object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
constructByteArray(ByteArrayWriter baw) |
void |
constructMessage(ByteArrayReader bar) |
Map<SshPublicKey,String> |
getKeys() |
String |
getMessageName() |
fromByteArray, getMessageType, toByteArraypublic SshAgentKeyList(Map<SshPublicKey,String> keys)
keys - public SshAgentKeyList()
public Map<SshPublicKey,String> getKeys()
public String getMessageName()
getMessageName in class AgentMessagepublic void constructByteArray(ByteArrayWriter baw) throws IOException, InvalidMessageException
constructByteArray in class AgentMessagebaw - IOExceptioncom.maverick.agent.exceptions.j2ssh.transport.InvalidMessageException - DOCUMENT
ME!InvalidMessageExceptionpublic void constructMessage(ByteArrayReader bar) throws IOException, InvalidMessageException
constructMessage in class AgentMessagebar - IOExceptioncom.maverick.agent.exceptions.j2ssh.transport.InvalidMessageException - DOCUMENT
ME!InvalidMessageExceptionCopyright © 2025. All rights reserved.