Package | Description |
---|---|
org.apache.sshd.common.kex.extension | |
org.apache.sshd.common.kex.extension.parser |
Modifier and Type | Method and Description |
---|---|
static KexExtensionParser<?> |
KexExtensions.getRegisteredExtensionParser(String name) |
static KexExtensionParser<?> |
KexExtensions.registerExtensionParser(KexExtensionParser<?> parser)
Registers a
KexExtensionParser for a named extension |
static KexExtensionParser<?> |
KexExtensions.unregisterExtensionParser(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 |
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.