public class RSAKeyGenerationParameters extends KeyGenerationParameters
Modifier and Type | Field and Description |
---|---|
private int |
certainty |
private java.math.BigInteger |
publicExponent |
Constructor and Description |
---|
RSAKeyGenerationParameters(java.math.BigInteger publicExponent,
java.security.SecureRandom random,
int strength,
int certainty) |
Modifier and Type | Method and Description |
---|---|
int |
getCertainty() |
java.math.BigInteger |
getPublicExponent() |
getRandom, getStrength