| java.lang.Object ch.ethz.ssh2.transport.KexManager
KexManager | public class KexManager (Code) | | KexManager.
author: Christian Plattner, plattner@inf.ethz.ch version: $Id: KexManager.java,v 1.11 2006/09/20 12:51:37 cplattne Exp $ |
connectionClosed | boolean connectionClosed(Code) | | |
ignore_next_kex_packet | boolean ignore_next_kex_packet(Code) | | |
sessionId | byte[] sessionId(Code) | | |
checkKexAlgorithmList | final public static void checkKexAlgorithmList(String[] algos)(Code) | | |
checkServerHostkeyAlgorithmsList | final public static void checkServerHostkeyAlgorithmsList(String[] algos)(Code) | | |
getDefaultKexAlgorithmList | final public static String[] getDefaultKexAlgorithmList()(Code) | | |
getDefaultServerHostkeyAlgorithmList | final public static String[] getDefaultServerHostkeyAlgorithmList()(Code) | | |
handleMessage | public synchronized void handleMessage(byte[] msg, int msglen) throws IOException(Code) | | |
|
|