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 KexExtensionHandlerClientBuilder. DEFAULT_KEX_EXTENSION_HANDLERprotected KexExtensionHandlerClientBuilder. kexExtensionHandlerMethods in org.apache.sshd.client with parameters of type KexExtensionHandler Modifier and Type Method Description ClientBuilderClientBuilder. 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).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)
-