Class DefaultServerKexExtensionHandler

java.lang.Object
org.apache.sshd.common.util.logging.AbstractLoggingBean
org.apache.sshd.common.kex.extension.DefaultServerKexExtensionHandler
All Implemented Interfaces:
KexExtensionHandler

public class DefaultServerKexExtensionHandler extends AbstractLoggingBean implements KexExtensionHandler
A basic default implementation of a server-side KexExtensionHandler handling the ServerSignatureAlgorithms KEX extension.
See Also: