Package org.apache.sshd.common.kex.extension
-
Interface Summary Interface Description KexExtensionHandler Used to support RFC 8308KexExtensionHandlerManager TODO Add javadocKexExtensionParser<T> Parses a known KEX extension -
Class Summary 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 Summary Enum Description KexExtensionHandler.AvailabilityPhase Provides a hint as to the context in whichisKexExtensionsAvailable
is invokedKexExtensionHandler.KexPhase The phase at whichsendKexExtensions
is invoked