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