| 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 |
ElGamalPrivateKey
Interface for ElGamal private keys.
|
interface |
ElGamalPublicKey
Interface for ElGamal public keys.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ElGamalPrivateKeyImpl
Implementation of ElGamal private keys.
|
class |
ElGamalPublicKeyImpl
Implementation of ElGamal public keys.
|