Class AbstractDHClientKeyExchange

java.lang.Object
org.apache.sshd.common.util.logging.AbstractLoggingBean
org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
org.apache.sshd.client.kex.AbstractDHClientKeyExchange
All Implemented Interfaces:
ClientSessionHolder, KeyExchange, org.apache.sshd.common.NamedResource, org.apache.sshd.common.session.SessionContextHolder, SessionHolder<Session>
Direct Known Subclasses:
DHGClient, DHGEXClient

public abstract class AbstractDHClientKeyExchange extends AbstractDHKeyExchange implements ClientSessionHolder
Author:
Apache MINA SSHD Project