org.bouncycastle.crypto.params
public class ElGamalParameters extends Object implements CipherParameters
Constructor Summary | |
---|---|
ElGamalParameters(BigInteger p, BigInteger g) | |
ElGamalParameters(BigInteger p, BigInteger g, int l) |
Method Summary | |
---|---|
boolean | equals(Object obj) |
BigInteger | getG()
return the generator - g |
int | getL()
return private value limit - l |
BigInteger | getP() |
int | hashCode() |