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 KexExtensionHandlerClientBuilder.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 KexExtensionHandlerAbstractKexFactoryManager.kexExtensionHandlerMethods in org.apache.sshd.common.kex that return KexExtensionHandlerMethods in org.apache.sshd.common.kex with parameters of type KexExtensionHandlerModifier and TypeMethodDescriptionvoidAbstractKexFactoryManager.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 TypeClassDescriptionclassDetects 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).classA basic default implementation of a server-sideKexExtensionHandlerhandling theServerSignatureAlgorithmsKEX 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 TypeMethodDescriptionvoidKexExtensionHandlerManager.setKexExtensionHandler(KexExtensionHandler handler) -
Uses of KexExtensionHandler in org.apache.sshd.server
Fields in org.apache.sshd.server declared as KexExtensionHandlerModifier and TypeFieldDescriptionstatic final KexExtensionHandlerServerBuilder.DEFAULT_KEX_EXTENSION_HANDLER