public class ElGamalParameters extends Object implements CipherParameters
Constructor and Description |
---|
ElGamalParameters(BigInteger p,
BigInteger g) |
ElGamalParameters(BigInteger p,
BigInteger g,
int l) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
BigInteger |
getG()
return the generator - g
|
int |
getL()
return private value limit - l
|
BigInteger |
getP() |
int |
hashCode() |
public ElGamalParameters(BigInteger p, BigInteger g)
public ElGamalParameters(BigInteger p, BigInteger g, int l)
public BigInteger getP()
public BigInteger getG()
public int getL()
Copyright © 2015. All rights reserved.