Uses of Class
com.sshtools.j2ssh.transport.SshMsgKexInit
Packages that use SshMsgKexInit
-
Uses of SshMsgKexInit in com.sshtools.daemon.transport
Methods in com.sshtools.daemon.transport that return SshMsgKexInitModifier and TypeMethodDescriptionprotected SshMsgKexInit
TransportProtocolServer.createLocalKexInit()
protected SshMsgKexInit
TransportProtocolServer.getLocalKexInit()
protected SshMsgKexInit
TransportProtocolServer.getRemoteKexInit()
Methods in com.sshtools.daemon.transport with parameters of type SshMsgKexInitModifier and TypeMethodDescriptionprotected 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 SshMsgKexInitModifier and TypeFieldDescriptionprotected SshMsgKexInit
TransportProtocolCommon.clientKexInit
protected SshMsgKexInit
TransportProtocolCommon.serverKexInit
Methods in com.sshtools.j2ssh.transport that return SshMsgKexInitModifier and TypeMethodDescriptionprotected 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 SshMsgKexInitModifier and TypeMethodDescriptionprotected 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)