Package org.bouncycastle.crypto.params
Class RSAKeyGenerationParameters
- java.lang.Object
-
- org.bouncycastle.crypto.KeyGenerationParameters
-
- org.bouncycastle.crypto.params.RSAKeyGenerationParameters
-
public class RSAKeyGenerationParameters extends KeyGenerationParameters
-
-
Constructor Summary
Constructors Constructor Description RSAKeyGenerationParameters(BigInteger publicExponent, SecureRandom random, int strength, int certainty)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCertainty()
BigInteger
getPublicExponent()
-
Methods inherited from class org.bouncycastle.crypto.KeyGenerationParameters
getRandom, getStrength
-
-
-
-
Constructor Detail
-
RSAKeyGenerationParameters
public RSAKeyGenerationParameters(BigInteger publicExponent, SecureRandom random, int strength, int certainty)
-
-
Method Detail
-
getPublicExponent
public BigInteger getPublicExponent()
-
getCertainty
public int getCertainty()
-
-