Class NaccacheSternKeyGenerationParameters
- Namespace
- Org.BouncyCastle.Crypto.Parameters
- Assembly
- BouncyCastle.Cryptography.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
randomSecureRandomstrengthintcertaintyintcountSmallPrimesint
Properties
Certainty
public int Certainty { get; }
Property Value
CountSmallPrimes
public int CountSmallPrimes { get; }