public class

DHG14

extends AbstractDHG
java.lang.Object
   ↳ net.schmizz.sshj.transport.kex.AbstractDHG
     ↳ net.schmizz.sshj.transport.kex.DHG14

Class Overview

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.

Summary

Nested Classes
class DHG14.Factory Named factory for DHG14 key exchange  
[Expand]
Inherited Fields
From class net.schmizz.sshj.transport.kex.AbstractDHG
Public Constructors
DHG14()
Protected Methods
void initDH(DH dh)
[Expand]
Inherited Methods
From class net.schmizz.sshj.transport.kex.AbstractDHG
From class java.lang.Object
From interface net.schmizz.sshj.transport.kex.KeyExchange

Public Constructors

public DHG14 ()

Protected Methods

protected void initDH (DH dh)

Parameters
dh
Throws
GeneralSecurityException