| net.schmizz.sshj.transport.kex.KeyExchange |
Known Indirect Subclasses
|
Key exchange algorithm.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
The message digest used by this key exchange algorithm.
| |||||||||||
Initialize the key exchange algorithm.
| |||||||||||
Process the next packet
| |||||||||||
The message digest used by this key exchange algorithm.
Initialize the key exchange algorithm.
| trans | The transport |
|---|---|
| V_S | The server identification string |
| V_C | The client identification string |
| I_S | The server key init packet |
| I_C | The client key init packet |
| TransportException | if there is an error sending a packet |
|---|---|
| GeneralSecurityException |
Process the next packet
| msg | Message identifier |
|---|---|
| buffer | The packet |
| TransportException | if there is an error sending a packet |
|---|---|
| GeneralSecurityException |