Uses of Interface
net.i2p.crypto.elgamal.ElGamalPublicKey
-
Packages that use ElGamalPublicKey Package Description net.i2p.crypto.elgamal.impl Implementation of ElGamal keys, used for I2PProvider. -
-
Uses of ElGamalPublicKey in net.i2p.crypto.elgamal.impl
Classes in net.i2p.crypto.elgamal.impl that implement ElGamalPublicKey Modifier and Type Class Description class
ElGamalPublicKeyImpl
Constructors in net.i2p.crypto.elgamal.impl with parameters of type ElGamalPublicKey Constructor Description ElGamalPublicKeyImpl(ElGamalPublicKey key)
-