org.bouncycastle.crypto.params
Class NaccacheSternKeyParameters
- CipherParameters
public class NaccacheSternKeyParameters
Public key parameters for NaccacheStern cipher. For details on this cipher,
please see
http://www.gemplus.com/smart/rd/publications/pdf/NS98pkcs.pdf
NaccacheSternKeyParameters
public NaccacheSternKeyParameters(boolean privateKey,
BigInteger g,
BigInteger n,
int lowerSigmaBound)
getG
public BigInteger getG()
getLowerSigmaBound
public int getLowerSigmaBound()
- Returns the lowerSigmaBound.
getModulus
public BigInteger getModulus()