Uses of Interface
net.i2p.crypto.elgamal.ElGamalKey
| Package | Description |
|---|---|
| net.i2p.crypto.elgamal |
Interfaces for ElGamal keys, used for I2PProvider.
|
| net.i2p.crypto.elgamal.impl |
Implementation of ElGamal keys, used for I2PProvider.
|
-
Uses of ElGamalKey in net.i2p.crypto.elgamal
Subinterfaces of ElGamalKey in net.i2p.crypto.elgamal Modifier and Type Interface Description interfaceElGamalPrivateKeyinterfaceElGamalPublicKey -
Uses of ElGamalKey in net.i2p.crypto.elgamal.impl
Classes in net.i2p.crypto.elgamal.impl that implement ElGamalKey Modifier and Type Class Description classElGamalPrivateKeyImplclassElGamalPublicKeyImpl