| Package | Description |
|---|---|
| ch.ethz.ssh2 | |
| ch.ethz.ssh2.crypto.dh | |
| ch.ethz.ssh2.packets | |
| ch.ethz.ssh2.transport |
| Modifier and Type | Method and Description |
|---|---|
void |
Connection.setDHGexParameters(DHGexParameters dgp)
Sets the parameters for the diffie-hellman group exchange.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
DhGroupExchange.calculateH(byte[] clientversion,
byte[] serverversion,
byte[] clientKexPayload,
byte[] serverKexPayload,
byte[] hostKey,
DHGexParameters para) |
| Constructor and Description |
|---|
PacketKexDhGexRequest(DHGexParameters para) |
PacketKexDhGexRequestOld(DHGexParameters para) |
| Modifier and Type | Field and Description |
|---|---|
DHGexParameters |
KexState.dhgexParameters |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientTransportManager.connect(String hostname,
int port,
String softwareversion,
CryptoWishList cwl,
ServerHostKeyVerifier verifier,
DHGexParameters dhgex,
int connectTimeout,
SecureRandom rnd) |
void |
TransportManager.forceKeyExchange(CryptoWishList cwl,
DHGexParameters dhgex,
DSAPrivateKey dsa,
RSAPrivateKey rsa) |
void |
KexManager.initiateKEX(CryptoWishList cwl,
DHGexParameters dhgex,
DSAPrivateKey dsa,
RSAPrivateKey rsa) |
Copyright © 2014. All Rights Reserved.