public class

NaccacheSternKeyParameters

extends AsymmetricKeyParameter
java.lang.Object
   ↳ org.bouncycastle.crypto.params.AsymmetricKeyParameter
     ↳ org.bouncycastle.crypto.params.NaccacheSternKeyParameters
Known Direct Subclasses

Class Overview

Public key parameters for NaccacheStern cipher. For details on this cipher, please see http://www.gemplus.com/smart/rd/publications/pdf/NS98pkcs.pdf

Summary

Public Constructors
NaccacheSternKeyParameters(boolean privateKey, BigInteger g, BigInteger n, int lowerSigmaBound)
Public Methods
BigInteger getG()
int getLowerSigmaBound()
BigInteger getModulus()
[Expand]
Inherited Methods
From class org.bouncycastle.crypto.params.AsymmetricKeyParameter
From class java.lang.Object

Public Constructors

public NaccacheSternKeyParameters (boolean privateKey, BigInteger g, BigInteger n, int lowerSigmaBound)

Public Methods

public BigInteger getG ()

Returns
  • Returns the g.

public int getLowerSigmaBound ()

Returns
  • Returns the lowerSigmaBound.

public BigInteger getModulus ()

Returns
  • Returns the n.