Class RsaKeyGenerationParameters
- java.lang.Object
-
- org.bouncycastle.crypto.internal.KeyGenerationParameters
-
- org.bouncycastle.crypto.internal.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 int
getCertainty()
java.math.BigInteger
getPublicExponent()
-
Methods inherited from class org.bouncycastle.crypto.internal.KeyGenerationParameters
getRandom, getStrength
-
-