| Package | Description |
|---|---|
| ch.ethz.ssh2 | |
| ch.ethz.ssh2.server | |
| ch.ethz.ssh2.signature | |
| ch.ethz.ssh2.transport |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerConnection.setDsaHostKey(DSAPrivateKey dsa_hostkey)
Change the current DSA hostkey.
|
| Constructor and Description |
|---|
ServerConnection(Socket s,
DSAPrivateKey dsa_key,
RSAPrivateKey rsa_key)
Creates a new
ServerConnection that will communicate
with the client over the given Socket. |
| Modifier and Type | Field and Description |
|---|---|
DSAPrivateKey |
ServerConnectionState.next_dsa_key |
| Modifier and Type | Method and Description |
|---|---|
static DSASignature |
DSASHA1Verify.generateSignature(byte[] message,
DSAPrivateKey pk,
SecureRandom rnd) |
| Modifier and Type | Field and Description |
|---|---|
DSAPrivateKey |
KexState.local_dsa_key |
| Modifier and Type | Method and Description |
|---|---|
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.