| Package | Description |
|---|---|
| ch.ethz.ssh2.crypto | |
| ch.ethz.ssh2.packets | |
| ch.ethz.ssh2.server | |
| ch.ethz.ssh2.transport |
| Modifier and Type | Method and Description |
|---|---|
static CryptoWishList |
CryptoWishList.forServer() |
| Constructor and Description |
|---|
PacketKexInit(CryptoWishList cwl,
SecureRandom rnd) |
| Modifier and Type | Field and Description |
|---|---|
CryptoWishList |
ServerConnectionState.next_cryptoWishList |
| 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) |
| Constructor and Description |
|---|
ClientKexManager(TransportManager tm,
ClientServerHello csh,
CryptoWishList initialCwl,
String hostname,
int port,
ServerHostKeyVerifier keyVerifier,
SecureRandom rnd) |
KexManager(TransportManager tm,
ClientServerHello csh,
CryptoWishList initialCwl,
SecureRandom rnd) |
Copyright © 2014. All Rights Reserved.