gnu.crypto.key.dh
Class GnuDHKeyPairGenerator
- IKeyPairGenerator
public class GnuDHKeyPairGenerator
static String | DH_PARAMETERS - Property name of an optional
DHGenParameterSpec instance to use
for this generator.
|
static String | EXPONENT_SIZE - Property name of the size in bits (Integer) of the private exponent (x).
|
static String | PRIME_SIZE - Property name of the size in bits (Integer) of the public prime (p).
|
static String | SOURCE_OF_RANDOMNESS - Property name of an optional
SecureRandom instance to use.
|
DH_PARAMETERS
public static final String DH_PARAMETERS
Property name of an optional DHGenParameterSpec
instance to use
for this generator.
EXPONENT_SIZE
public static final String EXPONENT_SIZE
Property name of the size in bits (Integer) of the private exponent (x).
PRIME_SIZE
public static final String PRIME_SIZE
Property name of the size in bits (Integer) of the public prime (p).
SOURCE_OF_RANDOMNESS
public static final String SOURCE_OF_RANDOMNESS
Property name of an optional
SecureRandom
instance to use. The
default is to use a classloader singleton from
PRNG
.
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.