public class

ElGamalParameters

extends Object
implements CipherParameters
java.lang.Object
   ↳ org.bouncycastle.crypto.params.ElGamalParameters

Summary

Public Constructors
ElGamalParameters(BigInteger p, BigInteger g)
ElGamalParameters(BigInteger p, BigInteger g, int l)
Public Methods
boolean equals(Object obj)
BigInteger getG()
return the generator - g
int getL()
return private value limit - l
BigInteger getP()
int hashCode()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ElGamalParameters (BigInteger p, BigInteger g)

public ElGamalParameters (BigInteger p, BigInteger g, int l)

Public Methods

public boolean equals (Object obj)

public BigInteger getG ()

return the generator - g

public int getL ()

return private value limit - l

public BigInteger getP ()

public int hashCode ()