Uses of Class
com.sshtools.j2ssh.transport.SshMsgKexInit
-
Packages that use SshMsgKexInit Package Description 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 Modifier and Type Method Description protected SshMsgKexInit
TransportProtocolServer. createLocalKexInit()
protected SshMsgKexInit
TransportProtocolServer. getLocalKexInit()
protected SshMsgKexInit
TransportProtocolServer. getRemoteKexInit()
Methods in com.sshtools.daemon.transport with parameters of type SshMsgKexInit Modifier and Type Method Description 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 Modifier and Type Field Description protected SshMsgKexInit
TransportProtocolCommon. clientKexInit
protected SshMsgKexInit
TransportProtocolCommon. serverKexInit
Methods in com.sshtools.j2ssh.transport that return SshMsgKexInit Modifier and Type Method Description protected SshMsgKexInit
TransportProtocolCommon. createLocalKexInit()
protected SshMsgKexInit
TransportProtocolClient. getLocalKexInit()
protected abstract SshMsgKexInit
TransportProtocolCommon. getLocalKexInit()
protected SshMsgKexInit
TransportProtocolClient. getRemoteKexInit()
protected abstract SshMsgKexInit
TransportProtocolCommon. getRemoteKexInit()
Methods in com.sshtools.j2ssh.transport with parameters of type SshMsgKexInit Modifier and Type Method Description protected void
TransportProtocolClient. setLocalKexInit(SshMsgKexInit msg)
protected abstract void
TransportProtocolCommon. setLocalKexInit(SshMsgKexInit msg)
protected void
TransportProtocolClient. setRemoteKexInit(SshMsgKexInit msg)
protected abstract void
TransportProtocolCommon. setRemoteKexInit(SshMsgKexInit msg)
-