Initializes a new instance of the RsaKeyGenerationParameters class
Namespace: Org.BouncyCastle.Crypto.ParametersAssembly: 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 ) |
Parameters
- publicExponent
- Type: Org.BouncyCastle.Math..::..BigInteger
- random
- Type: Org.BouncyCastle.Security..::..SecureRandom
- strength
- Type: System..::..Int32
- certainty
- Type: System..::..Int32