public class FixedDHGEX
extends org.apache.sshd.client.kex.DHGEX
| Modifier and Type | Class and Description |
|---|---|
static class |
FixedDHGEX.Factory
Named factory for DHGEX key exchange
|
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_DHGEX_KEY_SIZE |
static int |
MAX_DHGEX_KEY_SIZE |
static String |
MAX_DHGEX_KEY_SIZE_PROP
System property used to configure the value for the maximum supported Diffie-Hellman
Group Exchange key size.
|
static int |
MIN_DHGEX_KEY_SIZE
The min.
|
static int |
PREFERRED_DHGEX_KEY_SIZE |
| Constructor and Description |
|---|
FixedDHGEX() |
public static final String MAX_DHGEX_KEY_SIZE_PROP
public static final int MIN_DHGEX_KEY_SIZE
public static final int DEFAULT_DHGEX_KEY_SIZE
public static final int PREFERRED_DHGEX_KEY_SIZE
public static final int MAX_DHGEX_KEY_SIZE
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.