Initializes a new instance of the NaccacheSternKeyGenerationParameters class

Namespace: Org.BouncyCastle.Crypto.Parameters
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public NaccacheSternKeyGenerationParameters(
	SecureRandom random,
	int strength,
	int certainty,
	int countSmallPrimes
)
Visual Basic
Public Sub New ( _
	random As SecureRandom, _
	strength As Integer, _
	certainty As Integer, _
	countSmallPrimes As Integer _
)
Visual C++
public:
NaccacheSternKeyGenerationParameters(
	SecureRandom^ random, 
	int strength, 
	int certainty, 
	int countSmallPrimes
)

Parameters

random
Type: Org.BouncyCastle.Security..::..SecureRandom
strength
Type: System..::..Int32
certainty
Type: System..::..Int32
countSmallPrimes
Type: System..::..Int32

See Also