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