| Package | Description |
|---|---|
| org.apache.sshd.client.kex | |
| org.apache.sshd.common.kex | |
| org.apache.sshd.server.kex |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractDH |
ECDHP521.getDH() |
protected AbstractDH |
ECDHP384.getDH() |
protected AbstractDH |
ECDHP256.getDH() |
protected abstract AbstractDH |
AbstractDHGClient.getDH() |
| Modifier and Type | Class and Description |
|---|---|
class |
DH
Diffie-Hellman key generator.
|
class |
ECDH
Elliptic Curve Diffie-Hellman key agreement.
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractDH |
AbstractDH.getInstance(java.lang.String algo) |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractDH |
ECDHP521.getDH() |
protected AbstractDH |
ECDHP384.getDH() |
protected AbstractDH |
ECDHP256.getDH() |
protected AbstractDH |
DHG14.getDH() |
protected AbstractDH |
DHG1.getDH() |
protected abstract AbstractDH |
AbstractDHGServer.getDH() |
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.