com.jcraft.jsch
public abstract class KeyExchange extends Object
| Field Summary | |
|---|---|
| protected byte[] | H |
| protected byte[] | K |
| protected byte[] | K_S |
| protected Session | session |
| protected HASH | sha |
| static int | STATE_END |
| Method Summary | |
|---|---|
| String | getFingerPrint() |
| abstract String | getKeyType() |
| abstract int | getState() |
| protected static String[] | guess(byte[] I_S, byte[] I_C) |
| abstract void | init(Session session, byte[] V_S, byte[] V_C, byte[] I_S, byte[] I_C) |
| abstract boolean | next(Buffer buf) |