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 KexExtensionHandlerClientBuilder. 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 KexExtensionHandlerBaseBuilder. kexExtensionHandlerMethods in org.apache.sshd.common with parameters of type KexExtensionHandler Modifier and Type Method Description SBaseBuilder. 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 KexExtensionHandlerAbstractKexFactoryManager. getKexExtensionHandler()Methods in org.apache.sshd.common.kex with parameters of type KexExtensionHandler Modifier and Type Method Description voidAbstractKexFactoryManager. 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 classDefaultClientKexExtensionHandlerDetects 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).classDefaultServerKexExtensionHandlerA basic default implementation of a server-sideKexExtensionHandlerhandling theServerSignatureAlgorithmsKEX extension.Methods in org.apache.sshd.common.kex.extension that return KexExtensionHandler Modifier and Type Method Description KexExtensionHandlerKexExtensionHandlerManager. getKexExtensionHandler()Methods in org.apache.sshd.common.kex.extension with parameters of type KexExtensionHandler Modifier and Type Method Description voidKexExtensionHandlerManager. 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 KexExtensionHandlerServerBuilder. DEFAULT_KEX_EXTENSION_HANDLER
-