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).
|
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 |