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,KeyExchangeFactory> |
ClientBuilder.DH2KEX |
Modifier and Type | Field and Description |
---|---|
protected DHFactory |
DHGClient.factory |
protected DHFactory |
DHGEXClient.factory |
Modifier and Type | Method and Description |
---|---|
static KeyExchangeFactory |
DHGClient.newFactory(DHFactory delegate) |
static KeyExchangeFactory |
DHGEXClient.newFactory(DHFactory delegate) |
Constructor and Description |
---|
DHGClient(DHFactory factory,
Session session) |
DHGEXClient(DHFactory factory,
Session session) |
Modifier and Type | Method and Description |
---|---|
static <M extends AbstractFactoryManager> |
SshConfigFileReader.configureKeyExchanges(M manager,
PropertyResolver props,
boolean lenient,
Function<? super DHFactory,? extends KeyExchangeFactory> xformer,
boolean ignoreUnsupported) |
static <M extends AbstractFactoryManager> |
SshConfigFileReader.configureKeyExchanges(M manager,
String value,
boolean lenient,
Function<? super DHFactory,? extends KeyExchangeFactory> 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 NavigableSet<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,KeyExchangeFactory> |
ServerBuilder.DH2KEX |
Modifier and Type | Field and Description |
---|---|
protected DHFactory |
DHGEXServer.factory |
protected DHFactory |
DHGServer.factory |
Modifier and Type | Method and Description |
---|---|
static KeyExchangeFactory |
DHGEXServer.newFactory(DHFactory factory) |
static KeyExchangeFactory |
DHGServer.newFactory(DHFactory factory) |
Constructor and Description |
---|
DHGEXServer(DHFactory factory,
Session session) |
DHGServer(DHFactory factory,
Session session) |
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.