| Package | Description |
|---|---|
| net.i2p.crypto | Core cryptographic primitives and algorithms used throughout I2P. |
| Modifier and Type | Field and Description |
|---|---|
static NativeBigInteger | CryptoConstants.dsagDSA generator (g). |
static NativeBigInteger | CryptoConstants.dsapDSA prime modulus (p). |
static NativeBigInteger | CryptoConstants.dsaqDSA subgroup order (q). |
static NativeBigInteger | CryptoConstants.elggElGamal generator (g). |
static NativeBigInteger | CryptoConstants.elgp2048-bit MODP Group from RFC 3526 |
| Modifier and Type | Method and Description |
|---|---|
static NativeBigInteger[] | SigUtil.aSN1ToBigInteger(byte[] asn,
int len)See above. |