|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.sshd.server.kex.AbstractDHGServer
org.apache.sshd.server.kex.DHG14
public class DHG14
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
| Nested Class Summary | |
|---|---|
static class |
DHG14.Factory
|
| Constructor Summary | |
|---|---|
DHG14()
|
|
| 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 |
|---|
public DHG14()
| Method Detail |
|---|
protected void initDH(DH dh)
initDH in class AbstractDHGServer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||