Class NaccacheSternKeyGenerationParameters
- Namespace
- Enterprises.Org.BouncyCastle.Crypto.Parameters
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public class NaccacheSternKeyGenerationParameters : KeyGenerationParameters
- Inheritance
-
NaccacheSternKeyGenerationParameters
- Inherited Members
Constructors
NaccacheSternKeyGenerationParameters(SecureRandom, int, int, int)
public NaccacheSternKeyGenerationParameters(SecureRandom random, int strength, int certainty, int countSmallPrimes)
Parameters
random
SecureRandomstrength
intcertainty
intcountSmallPrimes
int
NaccacheSternKeyGenerationParameters(SecureRandom, int, int, int, bool)
[Obsolete("Use version without 'debug' parameter")]
public NaccacheSternKeyGenerationParameters(SecureRandom random, int strength, int certainty, int countSmallPrimes, bool debug)
Parameters
random
SecureRandomstrength
intcertainty
intcountSmallPrimes
intdebug
bool
Properties
Certainty
public int Certainty { get; }
Property Value
CountSmallPrimes
public int CountSmallPrimes { get; }
Property Value
IsDebug
[Obsolete("Remove: always false")]
public bool IsDebug { get; }