Package | Description |
---|---|
net.i2p.crypto |
These classes provide a number of low-level cryptographic routines.
|
net.i2p.crypto.elgamal |
Interfaces for ElGamal keys, used for I2PProvider.
|
net.i2p.crypto.elgamal.impl |
Implementation of ElGamal keys, used for I2PProvider.
|
net.i2p.crypto.elgamal.spec |
Specs ElGamal keys, used for I2PProvider.
|
Modifier and Type | Field | Description |
---|---|---|
static ElGamalParameterSpec |
CryptoConstants.I2P_ELGAMAL_2048_SPEC |
Modifier and Type | Method | Description |
---|---|---|
ElGamalParameterSpec |
ElGamalKey.getParameters() |
Modifier and Type | Method | Description |
---|---|---|
ElGamalParameterSpec |
ElGamalPrivateKeyImpl.getParameters() |
|
ElGamalParameterSpec |
ElGamalPublicKeyImpl.getParameters() |
Constructor | Description |
---|---|
ElGamalPrivateKeyImpl(BigInteger x,
ElGamalParameterSpec elSpec) |
|
ElGamalPublicKeyImpl(BigInteger y,
ElGamalParameterSpec elSpec) |
Modifier and Type | Method | Description |
---|---|---|
ElGamalParameterSpec |
ElGamalKeySpec.getParams() |
Constructor | Description |
---|---|
ElGamalKeySpec(ElGamalParameterSpec spec) |
|
ElGamalPrivateKeySpec(BigInteger x,
ElGamalParameterSpec spec) |
|
ElGamalPublicKeySpec(BigInteger y,
ElGamalParameterSpec spec) |