| java.lang.Object | ||
| ↳ | net.schmizz.sshj.transport.kex.AbstractDHG | |
| ↳ | net.schmizz.sshj.transport.kex.DHG14 | |
Diffie-Hellman key exchange with SHA-1 and Oakley Group 14 [RFC3526] (2048-bit MODP Group).
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 Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| DHG14.Factory | Named factory for DHG14 key exchange | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
net.schmizz.sshj.transport.kex.AbstractDHG
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
net.schmizz.sshj.transport.kex.AbstractDHG
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
net.schmizz.sshj.transport.kex.KeyExchange
| |||||||||||