Interface | Description |
---|---|
KexExtensionHandler |
Used to support RFC 8308
|
KexExtensionHandlerManager |
TODO Add javadoc
|
KexExtensionParser<T> |
Parses a known KEX extension
|
Class | Description |
---|---|
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).
|
DefaultServerKexExtensionHandler |
A basic default implementation of a server-side
KexExtensionHandler handling the
ServerSignatureAlgorithms KEX extension. |
KexExtensions |
Provides some helpers for RFC 8308
|
Enum | Description |
---|---|
KexExtensionHandler.AvailabilityPhase |
Provides a hint as to the context in which
isKexExtensionsAvailable is invoked |
KexExtensionHandler.KexPhase |
The phase at which
sendKexExtensions is invoked |
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.