Uses of Class
com.trilead.ssh2.transport.ClientServerHello
-
Packages that use ClientServerHello Package Description com.trilead.ssh2 com.trilead.ssh2.transport -
-
Uses of ClientServerHello in com.trilead.ssh2
Methods in com.trilead.ssh2 that return ClientServerHello Modifier and Type Method Description ClientServerHello
Connection. getVersionInfo()
Gets version info. -
Uses of ClientServerHello in com.trilead.ssh2.transport
Fields in com.trilead.ssh2.transport declared as ClientServerHello Modifier and Type Field Description (package private) ClientServerHello
KexManager. csh
(package private) ClientServerHello
TransportConnection. csh
private ClientServerHello
TransportManager. versions
Methods in com.trilead.ssh2.transport that return ClientServerHello Modifier and Type Method Description ClientServerHello
TransportManager. getVersionInfo()
Constructors in com.trilead.ssh2.transport with parameters of type ClientServerHello Constructor Description KexManager(TransportManager tm, ClientServerHello csh, CryptoWishList initialCwl, java.lang.String hostname, int port, ServerHostKeyVerifier keyVerifier, java.security.SecureRandom rnd)
-