org.bouncycastle.crypto.params
public class RSAKeyGenerationParameters extends KeyGenerationParameters
Constructor Summary | |
---|---|
RSAKeyGenerationParameters(BigInteger publicExponent, SecureRandom random, int strength, int certainty) |
Method Summary | |
---|---|
int | getCertainty() |
BigInteger | getPublicExponent() |