Initializes a new instance of the NaccacheSternKeyGenerationParameters class
Namespace: Org.BouncyCastle.Crypto.ParametersAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public NaccacheSternKeyGenerationParameters( SecureRandom random, int strength, int certainty, int countSmallPrimes, bool debug ) |
Visual Basic |
---|
Public Sub New ( _ random As SecureRandom, _ strength As Integer, _ certainty As Integer, _ countSmallPrimes As Integer, _ debug As Boolean _ ) |
Visual C++ |
---|
public: NaccacheSternKeyGenerationParameters( SecureRandom^ random, int strength, int certainty, int countSmallPrimes, bool debug ) |
Parameters
- random
- Type: Org.BouncyCastle.Security..::..SecureRandom
- strength
- Type: System..::..Int32
- certainty
- Type: System..::..Int32
- countSmallPrimes
- Type: System..::..Int32
- debug
- Type: System..::..Boolean