public class SshAgentKeyList extends AgentMessage
Constructor and Description |
---|
SshAgentKeyList()
Creates a new SshAgentKeyList object.
|
SshAgentKeyList(java.util.Map<com.sshtools.common.ssh.components.SshPublicKey,java.lang.String> keys)
Creates a new SshAgentKeyList object.
|
Modifier and Type | Method and Description |
---|---|
void |
constructByteArray(com.sshtools.common.util.ByteArrayWriter baw) |
void |
constructMessage(com.sshtools.common.util.ByteArrayReader bar) |
java.util.Map<com.sshtools.common.ssh.components.SshPublicKey,java.lang.String> |
getKeys() |
java.lang.String |
getMessageName() |
fromByteArray, getMessageType, toByteArray
public SshAgentKeyList(java.util.Map<com.sshtools.common.ssh.components.SshPublicKey,java.lang.String> keys)
keys
- public SshAgentKeyList()
public java.util.Map<com.sshtools.common.ssh.components.SshPublicKey,java.lang.String> getKeys()
public java.lang.String getMessageName()
getMessageName
in class AgentMessage
public void constructByteArray(com.sshtools.common.util.ByteArrayWriter baw) throws java.io.IOException, InvalidMessageException
constructByteArray
in class AgentMessage
baw
- java.io.IOException
com.maverick.agent.exceptions.j2ssh.transport.InvalidMessageException
- DOCUMENT
ME!InvalidMessageException
public void constructMessage(com.sshtools.common.util.ByteArrayReader bar) throws java.io.IOException, InvalidMessageException
constructMessage
in class AgentMessage
bar
- java.io.IOException
com.maverick.agent.exceptions.j2ssh.transport.InvalidMessageException
- DOCUMENT
ME!InvalidMessageException
Copyright © 2023. All rights reserved.