Uses of Class
com.trilead.ssh2.transport.KexParameters
-
Packages that use KexParameters Package Description com.trilead.ssh2.packets com.trilead.ssh2.transport -
-
Uses of KexParameters in com.trilead.ssh2.packets
Fields in com.trilead.ssh2.packets declared as KexParameters Modifier and Type Field Description (package private) KexParameters
PacketKexInit. kp
Methods in com.trilead.ssh2.packets that return KexParameters Modifier and Type Method Description KexParameters
PacketKexInit. getKexParameters()
-
Uses of KexParameters in com.trilead.ssh2.transport
Methods in com.trilead.ssh2.transport with parameters of type KexParameters Modifier and Type Method Description private boolean
KexManager. isGuessOK(KexParameters cpar, KexParameters spar)
private NegotiatedParameters
KexManager. mergeKexParameters(KexParameters client, KexParameters server)
-