| Package | Description |
|---|---|
| com.trilead.ssh2 | |
| com.trilead.ssh2.packets | |
| com.trilead.ssh2.transport |
| Modifier and Type | Field and Description |
|---|---|
private CryptoWishList |
Connection.cryptoWishList |
| Constructor and Description |
|---|
PacketKexInit(CryptoWishList cwl,
java.security.SecureRandom rnd) |
| Modifier and Type | Field and Description |
|---|---|
(package private) CryptoWishList |
KexManager.nextKEXcryptoWishList |
| Modifier and Type | Method and Description |
|---|---|
void |
TransportManager.forceKeyExchange(CryptoWishList cwl,
DHGexParameters dhgex) |
void |
TransportManager.initialize(CryptoWishList cwl,
ServerHostKeyVerifier verifier,
DHGexParameters dhgex,
int connectTimeout,
int readTimeout,
java.security.SecureRandom rnd,
ProxyData proxyData) |
void |
TransportManager.initialize(CryptoWishList cwl,
ServerHostKeyVerifier verifier,
DHGexParameters dhgex,
int connectTimeout,
java.security.SecureRandom rnd,
ProxyData proxyData) |
void |
KexManager.initiateKEX(CryptoWishList cwl,
DHGexParameters dhgex) |
| Constructor and Description |
|---|
KexManager(TransportManager tm,
ClientServerHello csh,
CryptoWishList initialCwl,
java.lang.String hostname,
int port,
ServerHostKeyVerifier keyVerifier,
java.security.SecureRandom rnd) |