public class NaccacheSternKeyParameters extends AsymmetricKeyParameter
Constructor and Description |
---|
NaccacheSternKeyParameters(boolean privateKey,
BigInteger g,
BigInteger n,
int lowerSigmaBound) |
Modifier and Type | Method and Description |
---|---|
BigInteger |
getG() |
int |
getLowerSigmaBound() |
BigInteger |
getModulus() |
isPrivate
public NaccacheSternKeyParameters(boolean privateKey, BigInteger g, BigInteger n, int lowerSigmaBound)
privateKey
- public BigInteger getG()
public int getLowerSigmaBound()
public BigInteger getModulus()
Copyright © 2015. All rights reserved.