org.apache.sshd.client.kex
Class DHG14

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

public class DHG14
extends AbstractDHGClient

DHG14 does not work with the default JCE implementation provided by Sun because it does not support 2048 bits encryption. It requires BouncyCastle to be used.

Author:
Apache MINA SSHD Project

Nested Class Summary
static class DHG14.Factory
          Named factory for DHG14 key exchange
 
Constructor Summary
DHG14()
           
 
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

DHG14

public DHG14()
Method Detail

initDH

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


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