Class AbstractDHServerKeyExchange

java.lang.Object
org.apache.sshd.common.util.logging.AbstractLoggingBean
org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
org.apache.sshd.server.kex.AbstractDHServerKeyExchange
All Implemented Interfaces:
KeyExchange, org.apache.sshd.common.NamedResource, org.apache.sshd.common.session.SessionContextHolder, SessionHolder<Session>, ServerSessionHolder
Direct Known Subclasses:
DHGEXServer, DHGServer

public abstract class AbstractDHServerKeyExchange extends AbstractDHKeyExchange implements ServerSessionHolder
Author:
Apache MINA SSHD Project