public class ConnectionInfo extends Object
Modifier and Type | Field and Description |
---|---|
String |
clientToServerCryptoAlgorithm
The currently used crypto algorithm for packets from to the client to the
server.
|
String |
clientToServerMACAlgorithm
The currently used MAC algorithm for packets from to the client to the
server.
|
String |
keyExchangeAlgorithm
The used key exchange (KEX) algorithm in the latest key exchange.
|
int |
keyExchangeCounter
Number of kex exchanges performed on this connection so far.
|
byte[] |
serverHostKey
The server host key that was sent during the latest key exchange.
|
String |
serverHostKeyAlgorithm
The type of the server host key (currently either "ssh-dss" or
"ssh-rsa").
|
String |
serverToClientCryptoAlgorithm
The currently used crypto algorithm for packets from to the server to the
client.
|
String |
serverToClientMACAlgorithm
The currently used MAC algorithm for packets from to the server to the
client.
|
Constructor and Description |
---|
ConnectionInfo() |
public String keyExchangeAlgorithm
public String clientToServerCryptoAlgorithm
public String serverToClientCryptoAlgorithm
public String clientToServerMACAlgorithm
public String serverToClientMACAlgorithm
public String serverHostKeyAlgorithm
public byte[] serverHostKey
public int keyExchangeCounter
Copyright © 2016. All rights reserved.