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