org.bouncycastle.crypto.params
public class NaccacheSternKeyParameters extends AsymmetricKeyParameter
Constructor Summary | |
---|---|
NaccacheSternKeyParameters(boolean privateKey, BigInteger g, BigInteger n, int lowerSigmaBound) |
Method Summary | |
---|---|
BigInteger | getG() |
int | getLowerSigmaBound() |
BigInteger | getModulus() |
Parameters: privateKey
Returns: Returns the g.
Returns: Returns the lowerSigmaBound.
Returns: Returns the n.