org.apache.sshd.server.kex
Class DHG1

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

public class DHG1
extends AbstractDHGServer

TODO Add javadoc

Author:
Apache MINA SSHD Project

Nested Class Summary
static class DHG1.Factory
           
 
Constructor Summary
DHG1()
           
 
Method Summary
protected  void initDH(DH dh)
           
 
Methods inherited from class org.apache.sshd.server.kex.AbstractDHGServer
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 AbstractDHGServer


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