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