public RsaKeyGenerationParameters(
BigInteger publicExponent,
SecureRandom random,
int strength,
int certainty
)
Public Sub New (
publicExponent As BigInteger,
random As SecureRandom,
strength As Integer,
certainty As Integer
)
public:
RsaKeyGenerationParameters(
BigInteger^ publicExponent,
SecureRandom^ random,
int strength,
int certainty
)
Org.BouncyCastle.Crypto.Parameters.RsaKeyGenerationParameters = function(publicExponent, random, strength, certainty);