| Package | Description |
|---|---|
| org.apache.sshd.client | |
| org.apache.sshd.common | |
| org.apache.sshd.common.kex | |
| org.apache.sshd.common.kex.extension | |
| org.apache.sshd.server |
| Modifier and Type | Field and Description |
|---|---|
static KexExtensionHandler |
ClientBuilder.DEFAULT_KEX_EXTENSION_HANDLER |
| Modifier and Type | Field and Description |
|---|---|
protected KexExtensionHandler |
BaseBuilder.kexExtensionHandler |
| Modifier and Type | Method and Description |
|---|---|
S |
BaseBuilder.kexExtensionHandler(KexExtensionHandler kexExtensionHandler) |
| Modifier and Type | Method and Description |
|---|---|
KexExtensionHandler |
AbstractKexFactoryManager.getKexExtensionHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractKexFactoryManager.setKexExtensionHandler(KexExtensionHandler kexExtensionHandler) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultClientKexExtensionHandler
Detects if the server sends a
"server-sig-algs" and updates the client
session by adding the "rsa-sha2-256/512" signature
factories (if not already added).
|
class |
DefaultServerKexExtensionHandler
A basic default implementation of a server-side
KexExtensionHandler handling the
ServerSignatureAlgorithms KEX extension. |
| Modifier and Type | Method and Description |
|---|---|
KexExtensionHandler |
KexExtensionHandlerManager.getKexExtensionHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
KexExtensionHandlerManager.setKexExtensionHandler(KexExtensionHandler handler) |
| Modifier and Type | Field and Description |
|---|---|
static KexExtensionHandler |
ServerBuilder.DEFAULT_KEX_EXTENSION_HANDLER |
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.