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 |
DHG1.Factory.create() |
KeyExchange |
DHG14.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>> |
AbstractFactoryManager.getKeyExchangeFactories() |
List<NamedFactory<KeyExchange>> |
FactoryManager.getKeyExchangeFactories()
Retrieve the list of named factories for
KeyExchange . |
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 |
DHG1.Factory.create() |
KeyExchange |
DHG14.Factory.create() |
Modifier and Type | Method and Description |
---|---|
KeyExchange |
ServerSession.getKex() |
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.