Uses of Interface
org.apache.sshd.common.kex.extension.KexExtensionHandler
Packages that use KexExtensionHandler
-
Uses of KexExtensionHandler in org.apache.sshd.common.kex
Fields in org.apache.sshd.common.kex declared as KexExtensionHandlerModifier and TypeFieldDescriptionprivate KexExtensionHandler
AbstractKexFactoryManager.kexExtensionHandler
Methods in org.apache.sshd.common.kex that return KexExtensionHandlerMethods in org.apache.sshd.common.kex with parameters of type KexExtensionHandlerModifier and TypeMethodDescriptionvoid
AbstractKexFactoryManager.setKexExtensionHandler
(KexExtensionHandler kexExtensionHandler) -
Uses of KexExtensionHandler in org.apache.sshd.common.kex.extension
Classes in org.apache.sshd.common.kex.extension that implement KexExtensionHandlerModifier and TypeClassDescriptionclass
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).Methods in org.apache.sshd.common.kex.extension that return KexExtensionHandlerMethods in org.apache.sshd.common.kex.extension with parameters of type KexExtensionHandlerModifier and TypeMethodDescriptionvoid
KexExtensionHandlerManager.setKexExtensionHandler
(KexExtensionHandler handler)