public final class CryptoConstants
extends java.lang.Object
修飾子とタイプ | フィールド | 説明 |
---|---|---|
static java.security.spec.DSAParameterSpec |
DSA_SHA1_SPEC |
|
static NativeBigInteger |
dsag |
|
static NativeBigInteger |
dsap |
|
static NativeBigInteger |
dsaq |
|
static java.security.spec.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 |
コンストラクタ | 説明 |
---|---|
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 java.security.spec.DSAParameterSpec DSA_SHA1_SPEC
public static final ElGamalParameterSpec I2P_ELGAMAL_2048_SPEC
public static final java.security.spec.AlgorithmParameterSpec ELGAMAL_2048_SPEC