
Public Member Functions | |
| abstract void | init (Session session, byte[] V_S, byte[] V_C, byte[] I_S, byte[] I_C) |
| abstract bool | next (Buffer buf) |
| abstract String | getKeyType () |
| abstract int | getState () |
| String | getFingerPrint () |
Public Attributes | |
| const int | STATE_END = 0 |
| Tamir.SharpSsh.java.String[] | _guess = null |
Protected Attributes | |
| Session | session = null |
| HASH | sha = null |
| byte[] | K = null |
| byte[] | H = null |
| byte[] | K_S = null |
Definition at line 34 of file KeyExchange.cs.
| String Tamir.SharpSsh.jsch.KeyExchange.getFingerPrint | ( | ) |
Definition at line 154 of file KeyExchange.cs.
| abstract String Tamir.SharpSsh.jsch.KeyExchange.getKeyType | ( | ) | [pure virtual] |
Implemented in Tamir.SharpSsh.jsch.DHG1, and Tamir.SharpSsh.jsch.DHGEX.
| abstract int Tamir.SharpSsh.jsch.KeyExchange.getState | ( | ) | [pure virtual] |
Implemented in Tamir.SharpSsh.jsch.DHG1, and Tamir.SharpSsh.jsch.DHGEX.
| abstract void Tamir.SharpSsh.jsch.KeyExchange.init | ( | Session | session, | |
| byte[] | V_S, | |||
| byte[] | V_C, | |||
| byte[] | I_S, | |||
| byte[] | I_C | |||
| ) | [pure virtual] |
Implemented in Tamir.SharpSsh.jsch.DHG1, and Tamir.SharpSsh.jsch.DHGEX.
| abstract bool Tamir.SharpSsh.jsch.KeyExchange.next | ( | Buffer | buf | ) | [pure virtual] |
Implemented in Tamir.SharpSsh.jsch.DHG1, and Tamir.SharpSsh.jsch.DHGEX.
Definition at line 67 of file KeyExchange.cs.
byte [] Tamir.SharpSsh.jsch.KeyExchange.H = null [protected] |
Definition at line 71 of file KeyExchange.cs.
byte [] Tamir.SharpSsh.jsch.KeyExchange.K = null [protected] |
Definition at line 70 of file KeyExchange.cs.
byte [] Tamir.SharpSsh.jsch.KeyExchange.K_S = null [protected] |
Definition at line 72 of file KeyExchange.cs.
Session Tamir.SharpSsh.jsch.KeyExchange.session = null [protected] |
Definition at line 68 of file KeyExchange.cs.
HASH Tamir.SharpSsh.jsch.KeyExchange.sha = null [protected] |
Definition at line 69 of file KeyExchange.cs.
| const int Tamir.SharpSsh.jsch.KeyExchange.STATE_END = 0 |
Definition at line 65 of file KeyExchange.cs.
1.5.9