Initializes a new instance of the RsaKeyGenerationParameters class

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

Syntax

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

See Also