| Package | Description |
|---|---|
| org.apache.sshd.client.kex | |
| org.apache.sshd.client.session | |
| org.apache.sshd.common | |
| org.apache.sshd.common.session | |
| org.apache.sshd.server.kex | |
| org.apache.sshd.server.session |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDHGClient
Base class for DHG key exchange algorithms.
|
| Modifier and Type | Method and Description |
|---|---|
KeyExchange |
DHG14.Factory.create() |
KeyExchange |
DHG1.Factory.create() |
| Modifier and Type | Method and Description |
|---|---|
KeyExchange |
ClientSessionImpl.getKex() |
| Modifier and Type | Field and Description |
|---|---|
protected List<NamedFactory<KeyExchange>> |
AbstractFactoryManager.keyExchangeFactories |
| Modifier and Type | Method and Description |
|---|---|
List<NamedFactory<KeyExchange>> |
FactoryManager.getKeyExchangeFactories()
Retrieve the list of named factories for
KeyExchange. |
List<NamedFactory<KeyExchange>> |
AbstractFactoryManager.getKeyExchangeFactories() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractFactoryManager.setKeyExchangeFactories(List<NamedFactory<KeyExchange>> keyExchangeFactories) |
| Modifier and Type | Field and Description |
|---|---|
protected KeyExchange |
AbstractSession.kex |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDHGServer
TODO Add javadoc
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
KeyExchange |
DHG14.Factory.create() |
KeyExchange |
DHG1.Factory.create() |
| Modifier and Type | Method and Description |
|---|---|
KeyExchange |
ServerSession.getKex() |
Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.