Package | Description |
---|---|
org.apache.sshd.common.kex.extension | |
org.apache.sshd.common.kex.extension.parser |
Modifier and Type | Field and Description |
---|---|
private static java.util.NavigableMap<java.lang.String,KexExtensionParser<?>> |
KexExtensions.EXTENSION_PARSERS
A case insensitive map of all the default known
KexExtensionParser where key=the extension name |
Modifier and Type | Method and Description |
---|---|
static KexExtensionParser<?> |
KexExtensions.getRegisteredExtensionParser(java.lang.String name) |
static KexExtensionParser<?> |
KexExtensions.registerExtensionParser(KexExtensionParser<?> parser)
Registers a
KexExtensionParser for a named extension |
static KexExtensionParser<?> |
KexExtensions.unregisterExtensionParser(java.lang.String name)
Registers
KexExtensionParser for a named extension |
Modifier and Type | Method and Description |
---|---|
static KexExtensionParser<?> |
KexExtensions.registerExtensionParser(KexExtensionParser<?> parser)
Registers a
KexExtensionParser for a named extension |
Modifier and Type | Class and Description |
---|---|
class |
AbstractKexExtensionParser<T> |
class |
DelayCompression |
class |
Elevation |
class |
HostBoundPubkeyAuthentication |
class |
NoFlowControl |
class |
ServerSignatureAlgorithms |