| Interface | Description |
|---|---|
| KexExtensionHandler |
Used to support RFC 8308
|
| KexExtensionHandlerManager |
TODO Add javadoc
|
| 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).
|
| 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–2020 The Apache Software Foundation. All rights reserved.