Uses of Interface
org.apache.sshd.common.kex.extension.KexExtensionHandler
-
Packages that use KexExtensionHandler Package Description org.apache.sshd.common.kex org.apache.sshd.common.kex.extension -
-
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 KexExtensionHandlerAbstractKexFactoryManager. kexExtensionHandlerMethods 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)
-