| Package | Description |
|---|---|
| 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. |
| Modifier and Type | Interface and Description |
|---|---|
interface | ElGamalPrivateKeyInterface for ElGamal private keys. |
interface | ElGamalPublicKeyInterface for ElGamal public keys. |
| Modifier and Type | Class and Description |
|---|---|
class | ElGamalPrivateKeyImplImplementation of ElGamal private keys. |
class | ElGamalPublicKeyImplImplementation of ElGamal public keys. |