Uses of Class
com.sshtools.j2ssh.transport.SshMsgKexInit

Packages that use SshMsgKexInit
com.sshtools.daemon.transport   
com.sshtools.j2ssh.transport   
 

Uses of SshMsgKexInit in com.sshtools.daemon.transport
 

Methods in com.sshtools.daemon.transport that return SshMsgKexInit
protected  SshMsgKexInit TransportProtocolServer.createLocalKexInit()
           
protected  SshMsgKexInit TransportProtocolServer.getLocalKexInit()
           
protected  SshMsgKexInit TransportProtocolServer.getRemoteKexInit()
           
 

Methods in com.sshtools.daemon.transport with parameters of type SshMsgKexInit
protected  void TransportProtocolServer.setLocalKexInit(SshMsgKexInit msg)
           
protected  void TransportProtocolServer.setRemoteKexInit(SshMsgKexInit msg)
           
 

Uses of SshMsgKexInit in com.sshtools.j2ssh.transport
 

Fields in com.sshtools.j2ssh.transport declared as SshMsgKexInit
protected  SshMsgKexInit TransportProtocolCommon.clientKexInit
           
protected  SshMsgKexInit TransportProtocolCommon.serverKexInit
           
 

Methods in com.sshtools.j2ssh.transport that return SshMsgKexInit
protected  SshMsgKexInit TransportProtocolCommon.createLocalKexInit()
           
protected abstract  SshMsgKexInit TransportProtocolCommon.getLocalKexInit()
           
protected  SshMsgKexInit TransportProtocolClient.getLocalKexInit()
           
protected abstract  SshMsgKexInit TransportProtocolCommon.getRemoteKexInit()
           
protected  SshMsgKexInit TransportProtocolClient.getRemoteKexInit()
           
 

Methods in com.sshtools.j2ssh.transport with parameters of type SshMsgKexInit
protected abstract  void TransportProtocolCommon.setLocalKexInit(SshMsgKexInit msg)
           
protected  void TransportProtocolClient.setLocalKexInit(SshMsgKexInit msg)
           
protected abstract  void TransportProtocolCommon.setRemoteKexInit(SshMsgKexInit msg)
           
protected  void TransportProtocolClient.setRemoteKexInit(SshMsgKexInit msg)
           
 



Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.