| Package | Description |
|---|---|
| org.apache.sshd.common.kex | |
| org.apache.sshd.common.kex.extension |
| 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–2020 The Apache Software Foundation. All rights reserved.