public final class CryptoConstants extends Object
Modifier and Type | Field and Description |
---|---|
static DSAParameterSpec |
DSA_SHA1_SPEC |
static NativeBigInteger |
dsag |
static NativeBigInteger |
dsap |
static NativeBigInteger |
dsaq |
static AlgorithmParameterSpec |
ELGAMAL_2048_SPEC
This will be org.bouncycastle.jce.spec.ElgamalParameterSpec
if BC is available, otherwise it
will be net.i2p.crypto.ElgamalParameterSpec
|
static NativeBigInteger |
elgg |
static NativeBigInteger |
elgp
2048-bit MODP Group from RFC 3526
|
static ElGamalParameterSpec |
I2P_ELGAMAL_2048_SPEC |
Constructor and Description |
---|
CryptoConstants() |
public static final NativeBigInteger dsap
public static final NativeBigInteger dsaq
public static final NativeBigInteger dsag
public static final NativeBigInteger elgp
public static final NativeBigInteger elgg
public static final DSAParameterSpec DSA_SHA1_SPEC
public static final ElGamalParameterSpec I2P_ELGAMAL_2048_SPEC
public static final AlgorithmParameterSpec ELGAMAL_2048_SPEC