| Package | Description |
|---|---|
| org.apache.sshd.client | |
| org.apache.sshd.client.kex | |
| org.apache.sshd.common.config | |
| org.apache.sshd.common.kex | |
| org.apache.sshd.server | |
| org.apache.sshd.server.kex |
| Modifier and Type | Field and Description |
|---|---|
static Function<DHFactory,NamedFactory<KeyExchange>> |
ClientBuilder.DH2KEX |
| Modifier and Type | Field and Description |
|---|---|
protected DHFactory |
DHGEXClient.factory |
protected DHFactory |
DHGClient.factory |
| Modifier and Type | Method and Description |
|---|---|
static KeyExchangeFactory |
DHGEXClient.newFactory(DHFactory delegate) |
static KeyExchangeFactory |
DHGClient.newFactory(DHFactory delegate) |
| Constructor and Description |
|---|
DHGClient(DHFactory factory) |
DHGEXClient(DHFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
static <M extends AbstractFactoryManager> |
SshConfigFileReader.configureKeyExchanges(M manager,
Properties props,
boolean lenient,
Function<? super DHFactory,? extends NamedFactory<KeyExchange>> xformer,
boolean ignoreUnsupported) |
static <M extends AbstractFactoryManager> |
SshConfigFileReader.configureKeyExchanges(M manager,
String value,
boolean lenient,
Function<? super DHFactory,? extends NamedFactory<KeyExchange>> xformer,
boolean ignoreUnsupported) |
| Modifier and Type | Class and Description |
|---|---|
class |
BuiltinDHFactories |
| Modifier and Type | Method and Description |
|---|---|
static DHFactory |
BuiltinDHFactories.resolveFactory(String name) |
static DHFactory |
BuiltinDHFactories.unregisterExtension(String name)
Unregisters specified extension
|
| Modifier and Type | Method and Description |
|---|---|
List<DHFactory> |
BuiltinDHFactories.ParseResult.getParsedFactories() |
static SortedSet<DHFactory> |
BuiltinDHFactories.getRegisteredExtensions() |
| Modifier and Type | Method and Description |
|---|---|
static void |
BuiltinDHFactories.registerExtension(DHFactory extension)
Registered a
NamedFactory to be available besides the built-in
ones when parsing configuration |
| Constructor and Description |
|---|
ParseResult(List<DHFactory> parsed,
List<String> unsupported) |
| Modifier and Type | Field and Description |
|---|---|
static Function<DHFactory,NamedFactory<KeyExchange>> |
ServerBuilder.DH2KEX |
| Modifier and Type | Field and Description |
|---|---|
protected DHFactory |
DHGServer.factory |
protected DHFactory |
DHGEXServer.factory |
| Modifier and Type | Method and Description |
|---|---|
static KeyExchangeFactory |
DHGServer.newFactory(DHFactory factory) |
static KeyExchangeFactory |
DHGEXServer.newFactory(DHFactory factory) |
| Constructor and Description |
|---|
DHGEXServer(DHFactory factory) |
DHGServer(DHFactory factory) |
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.