| java.lang.Object | |
| ↳ | com.trilead.ssh2.ConnectionInfo |
In most cases you probably do not need the information contained in here.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| clientToServerCryptoAlgorithm | The currently used crypto algorithm for packets from to the client to the server. | ||||||||||
| clientToServerMACAlgorithm | The currently used MAC algorithm for packets from to the client to the server. | ||||||||||
| keyExchangeAlgorithm | The used key exchange (KEX) algorithm in the latest key exchange. | ||||||||||
| keyExchangeCounter | Number of kex exchanges performed on this connection so far. | ||||||||||
| serverHostKey | The server host key that was sent during the latest key exchange. | ||||||||||
| serverHostKeyAlgorithm | The type of the server host key (currently either "ssh-dss" or "ssh-rsa"). | ||||||||||
| serverToClientCryptoAlgorithm | The currently used crypto algorithm for packets from to the server to the client. | ||||||||||
| serverToClientMACAlgorithm | The currently used MAC algorithm for packets from to the server to the client. | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
The currently used crypto algorithm for packets from to the client to the server.
The currently used MAC algorithm for packets from to the client to the server.
The used key exchange (KEX) algorithm in the latest key exchange.
Number of kex exchanges performed on this connection so far.
The server host key that was sent during the latest key exchange.
The type of the server host key (currently either "ssh-dss" or "ssh-rsa").
The currently used crypto algorithm for packets from to the server to the client.
The currently used MAC algorithm for packets from to the server to the client.