| Package | Description |
|---|---|
| net.i2p.crypto |
Core cryptographic primitives and algorithms used throughout I2P.
|
| net.i2p.crypto.elgamal |
Implementation of the ElGamal public-key cryptosystem for I2P.
|
| net.i2p.crypto.elgamal.impl |
Concrete implementations of ElGamal cryptographic keys for I2P.
|
| net.i2p.crypto.elgamal.spec |
Parameter specifications and key interfaces for ElGamal cryptographic operations.
|
| Modifier and Type | Field and Description |
|---|---|
static ElGamalParameterSpec |
CryptoConstants.I2P_ELGAMAL_2048_SPEC |
| Modifier and Type | Method and Description |
|---|---|
ElGamalParameterSpec |
ElGamalKey.getParameters() |
| Modifier and Type | Method and Description |
|---|---|
ElGamalParameterSpec |
ElGamalPublicKeyImpl.getParameters() |
ElGamalParameterSpec |
ElGamalPrivateKeyImpl.getParameters() |
| Constructor and Description |
|---|
ElGamalPrivateKeyImpl(BigInteger x,
ElGamalParameterSpec elSpec) |
ElGamalPublicKeyImpl(BigInteger y,
ElGamalParameterSpec elSpec) |
| Modifier and Type | Method and Description |
|---|---|
ElGamalParameterSpec |
ElGamalKeySpec.getParams() |
| Constructor and Description |
|---|
ElGamalKeySpec(ElGamalParameterSpec spec) |
ElGamalPrivateKeySpec(BigInteger x,
ElGamalParameterSpec spec) |
ElGamalPublicKeySpec(BigInteger y,
ElGamalParameterSpec spec) |