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 |
ECDHP256.getDH() |
protected abstract AbstractDH |
AbstractDHGClient.getDH() |
protected AbstractDH |
ECDHP384.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(String algo) |
Modifier and Type | Method and Description |
---|---|
protected AbstractDH |
ECDHP521.getDH() |
protected AbstractDH |
DHG14.getDH() |
protected AbstractDH |
ECDHP256.getDH() |
protected abstract AbstractDH |
AbstractDHGServer.getDH() |
protected AbstractDH |
DHG1.getDH() |
protected AbstractDH |
ECDHP384.getDH() |
Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.