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(java.math.BigInteger publicExponent, java.security.SecureRandom random, int strength, int certainty) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCertainty()java.math.BigIntegergetPublicExponent()- 
Methods inherited from class org.bouncycastle.crypto.KeyGenerationParameters
getRandom, getStrength 
 - 
 
 -