| Package | Description |
|---|---|
| org.apache.sshd.client | |
| org.apache.sshd.common.kex | |
| org.apache.sshd.common.kex.extension |
| Modifier and Type | Field and Description |
|---|---|
static KexExtensionHandler |
ClientBuilder.DEFAULT_KEX_EXTENSION_HANDLER |
protected KexExtensionHandler |
ClientBuilder.kexExtensionHandler |
| Modifier and Type | Method and Description |
|---|---|
ClientBuilder |
ClientBuilder.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).
|
| Modifier and Type | Method and Description |
|---|---|
KexExtensionHandler |
KexExtensionHandlerManager.getKexExtensionHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
KexExtensionHandlerManager.setKexExtensionHandler(KexExtensionHandler handler) |
Copyright © 2008–2021 The Apache Software Foundation. All rights reserved.