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
- randomSecureRandom
- strengthint
- certaintyint
- countSmallPrimesint
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
- randomSecureRandom
- strengthint
- certaintyint
- countSmallPrimesint
- debugbool
Properties
Certainty
public int Certainty { get; }Property Value
CountSmallPrimes
public int CountSmallPrimes { get; }Property Value
IsDebug
[Obsolete("Remove: always false")]
public bool IsDebug { get; }