| 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. |
| Class and Description |
|---|
| ElGamalParameterSpec Copied from org.bouncycastle.jce.spec
This can't actually be passed to the BC provider, we would have to
use reflection to create a "real" org.bouncycasle.jce.spec.ElGamalParameterSpec. |
| Class and Description |
|---|
| ElGamalParameterSpec Copied from org.bouncycastle.jce.spec
This can't actually be passed to the BC provider, we would have to
use reflection to create a "real" org.bouncycasle.jce.spec.ElGamalParameterSpec. |
| Class and Description |
|---|
| ElGamalParameterSpec Copied from org.bouncycastle.jce.spec
This can't actually be passed to the BC provider, we would have to
use reflection to create a "real" org.bouncycasle.jce.spec.ElGamalParameterSpec. |
| ElGamalPrivateKeySpec This class specifies an ElGamal private key with its associated parameters. |
| ElGamalPublicKeySpec This class specifies an ElGamal public key with its associated parameters. |
| Class and Description |
|---|
| ElGamalKeySpec Base key specification for ElGamal keys. |
| ElGamalParameterSpec Copied from org.bouncycastle.jce.spec
This can't actually be passed to the BC provider, we would have to
use reflection to create a "real" org.bouncycasle.jce.spec.ElGamalParameterSpec. |