Package org.bouncycastle.crypto.params
Class RSAKeyGenerationParameters
java.lang.Object
org.bouncycastle.crypto.KeyGenerationParameters
org.bouncycastle.crypto.params.RSAKeyGenerationParameters
-
Constructor Summary
ConstructorDescriptionRSAKeyGenerationParameters
(BigInteger publicExponent, SecureRandom random, int strength, int certainty) -
Method Summary
Methods inherited from class org.bouncycastle.crypto.KeyGenerationParameters
getRandom, getStrength
-
Constructor Details
-
RSAKeyGenerationParameters
public RSAKeyGenerationParameters(BigInteger publicExponent, SecureRandom random, int strength, int certainty)
-
-
Method Details
-
getPublicExponent
-
getCertainty
public int getCertainty()
-