gnu.crypto.key.dh
public class RFC2631 extends Object
An implementation of the Diffie-Hellman parameter generation as defined in RFC-2631.
Reference:
Version: $Revision: 1.2 $
Field Summary | |
---|---|
static int | DH_PARAMS_COUNTER |
static int | DH_PARAMS_G |
static int | DH_PARAMS_J |
static int | DH_PARAMS_P |
static int | DH_PARAMS_Q |
static int | DH_PARAMS_SEED |
Constructor Summary | |
---|---|
RFC2631(int m, int L, SecureRandom rnd) |
Method Summary | |
---|---|
BigInteger[] | generateParameters() |