Uses of Interface
org.apache.sshd.common.kex.extension.KexExtensionHandler
-
Packages that use KexExtensionHandler Package Description org.apache.sshd.client org.apache.sshd.common org.apache.sshd.common.kex org.apache.sshd.common.kex.extension org.apache.sshd.server -
-
Uses of KexExtensionHandler in org.apache.sshd.client
Fields in org.apache.sshd.client declared as KexExtensionHandler Modifier and Type Field Description static KexExtensionHandler
ClientBuilder. DEFAULT_KEX_EXTENSION_HANDLER
-
Uses of KexExtensionHandler in org.apache.sshd.common
Fields in org.apache.sshd.common declared as KexExtensionHandler Modifier and Type Field Description protected KexExtensionHandler
BaseBuilder. kexExtensionHandler
Methods in org.apache.sshd.common with parameters of type KexExtensionHandler Modifier and Type Method Description S
BaseBuilder. kexExtensionHandler(KexExtensionHandler kexExtensionHandler)
-
Uses of KexExtensionHandler in org.apache.sshd.common.kex
Fields in org.apache.sshd.common.kex declared as KexExtensionHandler Modifier and Type Field Description private KexExtensionHandler
AbstractKexFactoryManager. kexExtensionHandler
Methods in org.apache.sshd.common.kex that return KexExtensionHandler Modifier and Type Method Description KexExtensionHandler
AbstractKexFactoryManager. getKexExtensionHandler()
Methods in org.apache.sshd.common.kex with parameters of type KexExtensionHandler Modifier and Type Method Description void
AbstractKexFactoryManager. setKexExtensionHandler(KexExtensionHandler kexExtensionHandler)
-
Uses of KexExtensionHandler in org.apache.sshd.common.kex.extension
Classes in org.apache.sshd.common.kex.extension that implement KexExtensionHandler Modifier and Type Class Description class
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).class
DefaultServerKexExtensionHandler
A basic default implementation of a server-sideKexExtensionHandler
handling theServerSignatureAlgorithms
KEX extension.Methods in org.apache.sshd.common.kex.extension that return KexExtensionHandler Modifier and Type Method Description KexExtensionHandler
KexExtensionHandlerManager. getKexExtensionHandler()
Methods in org.apache.sshd.common.kex.extension with parameters of type KexExtensionHandler Modifier and Type Method Description void
KexExtensionHandlerManager. setKexExtensionHandler(KexExtensionHandler handler)
-
Uses of KexExtensionHandler in org.apache.sshd.server
Fields in org.apache.sshd.server declared as KexExtensionHandler Modifier and Type Field Description static KexExtensionHandler
ServerBuilder. DEFAULT_KEX_EXTENSION_HANDLER
-