| 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 java.util.function.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,
PropertyResolver props,
boolean lenient,
java.util.function.Function<? super DHFactory,? extends NamedFactory<KeyExchange>> xformer,
boolean ignoreUnsupported) |
static <M extends AbstractFactoryManager> |
SshConfigFileReader.configureKeyExchanges(M manager,
java.lang.String value,
boolean lenient,
java.util.function.Function<? super DHFactory,? extends NamedFactory<KeyExchange>> xformer,
boolean ignoreUnsupported) |
| Modifier and Type | Class and Description |
|---|---|
class |
BuiltinDHFactories |
| Modifier and Type | Field and Description |
|---|---|
private static java.util.Map<java.lang.String,DHFactory> |
BuiltinDHFactories.EXTENSIONS |
| Modifier and Type | Method and Description |
|---|---|
static DHFactory |
BuiltinDHFactories.resolveFactory(java.lang.String name) |
static DHFactory |
BuiltinDHFactories.unregisterExtension(java.lang.String name)
Unregisters specified extension
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DHFactory> |
BuiltinDHFactories.ParseResult.getParsedFactories() |
static java.util.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(java.util.List<DHFactory> parsed,
java.util.List<java.lang.String> unsupported) |
| Modifier and Type | Field and Description |
|---|---|
static java.util.function.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) |