Uses of Interface
org.apache.sshd.common.kex.extension.KexExtensionHandler
Packages that use KexExtensionHandler
Package
Description
-
Uses of KexExtensionHandler in org.apache.sshd.client
Fields in org.apache.sshd.client declared as KexExtensionHandlerModifier and TypeFieldDescriptionstatic final KexExtensionHandler
ClientBuilder.DEFAULT_KEX_EXTENSION_HANDLER
-
Uses of KexExtensionHandler in org.apache.sshd.common
Fields in org.apache.sshd.common declared as KexExtensionHandlerMethods in org.apache.sshd.common with parameters of type KexExtensionHandlerModifier and TypeMethodDescriptionBaseBuilder.kexExtensionHandler
(KexExtensionHandler 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).class
A basic default implementation of a server-sideKexExtensionHandler
handling theServerSignatureAlgorithms
KEX extension.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) -
Uses of KexExtensionHandler in org.apache.sshd.server
Fields in org.apache.sshd.server declared as KexExtensionHandlerModifier and TypeFieldDescriptionstatic final KexExtensionHandler
ServerBuilder.DEFAULT_KEX_EXTENSION_HANDLER