public class RSAKeyGenerationParameters extends KeyGenerationParameters
| Constructor and Description |
|---|
RSAKeyGenerationParameters(BigInteger publicExponent,
SecureRandom random,
int strength,
int certainty) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCertainty() |
BigInteger |
getPublicExponent() |
getRandom, getStrengthpublic RSAKeyGenerationParameters(BigInteger publicExponent, SecureRandom random, int strength, int certainty)
public BigInteger getPublicExponent()
public int getCertainty()
Copyright © 2015. All rights reserved.