| Package | Description |
|---|---|
| com.trilead.ssh2.packets | |
| com.trilead.ssh2.transport |
| Constructor and Description |
|---|
PacketKexInit(CryptoWishList cwl,
SecureRandom rnd) |
| Modifier and Type | Method and Description |
|---|---|
void |
TransportManager.forceKeyExchange(CryptoWishList cwl,
DHGexParameters dhgex) |
void |
TransportManager.initialize(CryptoWishList cwl,
ServerHostKeyVerifier verifier,
DHGexParameters dhgex,
int connectTimeout,
SecureRandom rnd,
ProxyData proxyData) |
void |
KexManager.initiateKEX(CryptoWishList cwl,
DHGexParameters dhgex) |
| Constructor and Description |
|---|
KexManager(TransportManager tm,
ClientServerHello csh,
CryptoWishList initialCwl,
String hostname,
int port,
ServerHostKeyVerifier keyVerifier,
SecureRandom rnd) |
Copyright © 2013. All Rights Reserved.