Package net.i2p.crypto.elgamal.spec
Specs ElGamal keys, used for I2PProvider. Copied from Bouncy Castle 1.53. See net.i2p.crypto.elgamal for license info.
Since 0.9.25.
-
Class Summary Class Description ElGamalGenParameterSpec ElGamalKeySpec ElGamalParameterSpec Copied from org.bouncycastle.jce.spec This can't actually be passed to the BC provider, we would have to use reflection to create a "real" org.bouncycasle.jce.spec.ElGamalParameterSpec.ElGamalPrivateKeySpec This class specifies an ElGamal private key with its associated parameters.ElGamalPublicKeySpec This class specifies an ElGamal public key with its associated parameters.