| Package | Description |
|---|---|
| org.apache.sshd.client.kex | |
| org.apache.sshd.common.kex | |
| org.apache.sshd.server.kex |
| Modifier and Type | Field and Description |
|---|---|
protected AbstractDH |
DHGEXClient.dh |
protected AbstractDH |
DHGClient.dh |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractDH |
DHGClient.getDH() |
protected AbstractDH |
DHGEXClient.getDH(BigInteger p,
BigInteger g) |
| Modifier and Type | Class and Description |
|---|---|
class |
DHG
Diffie-Hellman key generator.
|
class |
ECDH
Elliptic Curve Diffie-Hellman key agreement.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractDH |
DHFactory.create(Object... params) |
| Modifier and Type | Field and Description |
|---|---|
protected AbstractDH |
DHGServer.dh |
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.