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 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) |