| 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.setRsaHostKey(RSAPrivateKey rsa_hostkey)
Change the current RSA 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 |
|---|---|
RSAPrivateKey |
ServerConnectionState.next_rsa_key |
| Modifier and Type | Method and Description |
|---|---|
static RSAPrivateKey |
RSAPrivateKey.generateKey(int numbits)
Generate an RSA hostkey for testing purposes only.
|
static RSAPrivateKey |
RSAPrivateKey.generateKey(SecureRandom rnd,
int numbits)
Generate an RSA hostkey for testing purposes only.
|
| Modifier and Type | Method and Description |
|---|---|
static RSASignature |
RSASHA1Verify.generateSignature(byte[] message,
RSAPrivateKey pk) |
| Modifier and Type | Field and Description |
|---|---|
RSAPrivateKey |
KexState.local_rsa_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.