Org.BouncyCastle.Crypto.Parameters.NaccacheSternKeyGenerationParameters.NaccacheSternKeyGenerationParameters C# (CSharp) Method

NaccacheSternKeyGenerationParameters() public method

public NaccacheSternKeyGenerationParameters ( SecureRandom random, int strength, int certainty, int countSmallPrimes ) : System
random Org.BouncyCastle.Security.SecureRandom
strength int
certainty int
countSmallPrimes int
return System
		public NaccacheSternKeyGenerationParameters(
			SecureRandom	random,
			int				strength,
			int				certainty,
			int				countSmallPrimes)
			: this(random, strength, certainty, countSmallPrimes, false)
		{
		}

Same methods

NaccacheSternKeyGenerationParameters::NaccacheSternKeyGenerationParameters ( SecureRandom random, int strength, int certainty, int countSmallPrimes, bool debug ) : System
NaccacheSternKeyGenerationParameters