Save This Page
Home » j2ssh-0.2.9-src » com.sshtools.j2ssh.agent » [javadoc | source]
com.sshtools.j2ssh.agent
class: SshAgentKeyList [javadoc | source]
java.lang.Object
   com.sshtools.j2ssh.subsystem.SubsystemMessage
      com.sshtools.j2ssh.agent.SshAgentKeyList
Field Summary
public static final  int SSH_AGENT_KEY_LIST     
Constructor:
 public SshAgentKeyList() 
 public SshAgentKeyList(Map keys) 
    Creates a new SshAgentKeyList object.
    Parameters:
    keys -
Method from com.sshtools.j2ssh.agent.SshAgentKeyList Summary:
constructByteArray,   constructMessage,   getKeys,   getMessageName
Methods from com.sshtools.j2ssh.subsystem.SubsystemMessage:
constructByteArray,   constructMessage,   fromByteArray,   getMessageName,   getMessageType,   toByteArray
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sshtools.j2ssh.agent.SshAgentKeyList Detail:
 public  void constructByteArray(ByteArrayWriter baw) throws InvalidMessageException, IOException 
 public  void constructMessage(ByteArrayReader bar) throws InvalidMessageException, IOException 
 public Map getKeys() 
 public String getMessageName()