| Package | Description |
|---|---|
| org.apache.sshd.client.kex | |
| org.apache.sshd.common | |
| org.apache.sshd.common.session | |
| org.apache.sshd.server.kex |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDHGClient
Base class for DHG key exchange algorithms.
|
class |
DHG1
TODO Add javadoc
|
class |
DHG14
DHG14 does not work with the default JCE implementation provided by Sun
because it does not support 2048 bits encryption.
|
class |
DHGEX
Client side Diffie Hellman Group Exchange
|
class |
DHGEX256
Client side Diffie Hellman Group Exchange
|
class |
ECDHP256
Elliptic Curve Diffie-Hellman with NIST P-256 curve.
|
class |
ECDHP384
Elliptic Curve Diffie-Hellman with NIST P-256 curve.
|
class |
ECDHP521
Elliptic Curve Diffie-Hellman with NIST P-256 curve.
|
| Modifier and Type | Method and Description |
|---|---|
KeyExchange |
ECDHP521.Factory.create() |
KeyExchange |
ECDHP384.Factory.create() |
KeyExchange |
ECDHP256.Factory.create() |
KeyExchange |
DHGEX256.Factory.create() |
KeyExchange |
DHGEX.Factory.create() |
KeyExchange |
DHG14.Factory.create() |
KeyExchange |
DHG1.Factory.create() |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<NamedFactory<KeyExchange>> |
AbstractFactoryManager.keyExchangeFactories |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<NamedFactory<KeyExchange>> |
FactoryManager.getKeyExchangeFactories()
Retrieve the list of named factories for
KeyExchange. |
java.util.List<NamedFactory<KeyExchange>> |
AbstractFactoryManager.getKeyExchangeFactories() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractFactoryManager.setKeyExchangeFactories(java.util.List<NamedFactory<KeyExchange>> keyExchangeFactories) |
| Modifier and Type | Field and Description |
|---|---|
protected KeyExchange |
AbstractSession.kex |
| Modifier and Type | Method and Description |
|---|---|
KeyExchange |
AbstractSession.getKex() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDHGServer
TODO Add javadoc
|
| Modifier and Type | Method and Description |
|---|---|
KeyExchange |
ECDHP521.Factory.create() |
KeyExchange |
ECDHP384.Factory.create() |
KeyExchange |
ECDHP256.Factory.create() |
KeyExchange |
DHGEX256.Factory.create() |
KeyExchange |
DHGEX.Factory.create() |
KeyExchange |
DHG14.Factory.create() |
KeyExchange |
DHG1.Factory.create() |
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.