C# Class Org.BouncyCastle.Crypto.Parameters.NaccacheSternPrivateKeyParameters

Inheritance: NaccacheSternKeyParameters
Show file Open project: nonorganic/dssnet Class Usage Examples

Private Properties

Property Type Description
NaccacheSternPrivateKeyParameters System

Public Methods

Method Description
NaccacheSternPrivateKeyParameters ( BigInteger g, BigInteger n, int lowerSigmaBound, IList smallPrimes, BigInteger phiN ) : System

Private Methods

Method Description
NaccacheSternPrivateKeyParameters ( BigInteger g, BigInteger n, int lowerSigmaBound, ArrayList smallPrimes, BigInteger phiN ) : System

Method Details

NaccacheSternPrivateKeyParameters() public method

public NaccacheSternPrivateKeyParameters ( BigInteger g, BigInteger n, int lowerSigmaBound, IList smallPrimes, BigInteger phiN ) : System
g Org.BouncyCastle.Math.BigInteger
n Org.BouncyCastle.Math.BigInteger
lowerSigmaBound int
smallPrimes IList
phiN Org.BouncyCastle.Math.BigInteger
return System