| Package | Description |
|---|---|
| ch.ethz.ssh2.server | |
| ch.ethz.ssh2.transport |
| Modifier and Type | Field and Description |
|---|---|
ClientServerHello |
ServerConnectionState.csh |
| Modifier and Type | Method and Description |
|---|---|
static ClientServerHello |
ClientServerHello.clientHello(String softwareversion,
InputStream bi,
OutputStream bo) |
static ClientServerHello |
ClientServerHello.serverHello(String softwareversion,
InputStream bi,
OutputStream bo) |
| 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.