org.apache.sshd.server.kex
Class DHG14
java.lang.Object
org.apache.sshd.server.kex.AbstractDHGServer
org.apache.sshd.server.kex.DHG14
- All Implemented Interfaces:
- KeyExchange
public class DHG14
- extends AbstractDHGServer
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.
TODO Add javadoc
- Author:
- Apache MINA SSHD Project
Constructor Summary |
DHG14()
|
Method Summary |
protected void |
initDH(DH dh)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DHG14
public DHG14()
initDH
protected void initDH(DH dh)
- Specified by:
initDH
in class AbstractDHGServer
Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.