org.apache.sshd.client.kex
Class DHG1

java.lang.Object
  extended by org.apache.sshd.client.kex.AbstractDHGClient
      extended by org.apache.sshd.client.kex.DHG1
All Implemented Interfaces:
KeyExchange

public class DHG1
extends AbstractDHGClient

TODO Add javadoc

Author:
Apache MINA SSHD Project

Nested Class Summary
static class DHG1.Factory
          Named factory for DHG1 key exchange
 
Constructor Summary
DHG1()
           
 
Method Summary
protected  void initDH(DH dh)
           
 
Methods inherited from class org.apache.sshd.client.kex.AbstractDHGClient
getH, getHash, getK, getServerKey, init, next
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DHG1

public DHG1()
Method Detail

initDH

protected void initDH(DH dh)
Specified by:
initDH in class AbstractDHGClient


Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.