Class Summary |
DhGroup1Sha1 |
Implements the diffie-hellman-group1-sha1 key exchange method as described
in the transport protocol specification [SSH-TRANS] |
KeyExchangeState |
The key exchange state object is synchronized so that a thread can wait for
the key exchange to complete (or fail) |
SshKeyExchange |
This class provides a framework for implementing SSH protocol key exchange
methods for the API. |
SshKeyExchangeFactory |
Creates new instances of SshKeyExchange objects. |
SshMsgKexDhInit |
Implements the diffie-hellman-group1-sha1 key exchange init message. |
SshMsgKexDhReply |
The server responds to a SSH_MSG_KEXDH_INIT with the following: |