Uses of Interface
org.apache.sshd.common.kex.extension.KexExtensionHandler
-
Packages that use KexExtensionHandler Package Description org.apache.sshd.client org.apache.sshd.common.kex org.apache.sshd.common.kex.extension -
-
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
protected KexExtensionHandler
ClientBuilder. kexExtensionHandler
Methods in org.apache.sshd.client with parameters of type KexExtensionHandler Modifier and Type Method Description ClientBuilder
ClientBuilder. kexExtensionHandler(KexExtensionHandler kexExtensionHandler)
-
Uses of KexExtensionHandler in org.apache.sshd.common.kex
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).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)
-