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 SshMsgKexInitTransportProtocolServer.createLocalKexInit()protected SshMsgKexInitTransportProtocolServer.getLocalKexInit()protected SshMsgKexInitTransportProtocolServer.getRemoteKexInit()Methods in com.sshtools.daemon.transport with parameters of type SshMsgKexInitModifier and TypeMethodDescriptionprotected voidTransportProtocolServer.setLocalKexInit(SshMsgKexInit msg) protected voidTransportProtocolServer.setRemoteKexInit(SshMsgKexInit msg) -
Uses of SshMsgKexInit in com.sshtools.j2ssh.transport
Fields in com.sshtools.j2ssh.transport declared as SshMsgKexInitModifier and TypeFieldDescriptionprotected SshMsgKexInitTransportProtocolCommon.clientKexInitprotected SshMsgKexInitTransportProtocolCommon.serverKexInitMethods in com.sshtools.j2ssh.transport that return SshMsgKexInitModifier and TypeMethodDescriptionprotected SshMsgKexInitTransportProtocolCommon.createLocalKexInit()protected SshMsgKexInitTransportProtocolClient.getLocalKexInit()protected abstract SshMsgKexInitTransportProtocolCommon.getLocalKexInit()protected SshMsgKexInitTransportProtocolClient.getRemoteKexInit()protected abstract SshMsgKexInitTransportProtocolCommon.getRemoteKexInit()Methods in com.sshtools.j2ssh.transport with parameters of type SshMsgKexInitModifier and TypeMethodDescriptionprotected voidTransportProtocolClient.setLocalKexInit(SshMsgKexInit msg) protected abstract voidTransportProtocolCommon.setLocalKexInit(SshMsgKexInit msg) protected voidTransportProtocolClient.setRemoteKexInit(SshMsgKexInit msg) protected abstract voidTransportProtocolCommon.setRemoteKexInit(SshMsgKexInit msg)