org.gudy.bouncycastle.crypto.params
Class RSAKeyGenerationParameters
java.lang.Object
org.gudy.bouncycastle.crypto.KeyGenerationParameters
org.gudy.bouncycastle.crypto.params.RSAKeyGenerationParameters
public class RSAKeyGenerationParameters
- extends KeyGenerationParameters
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RSAKeyGenerationParameters
public RSAKeyGenerationParameters(BigInteger publicExponent,
SecureRandom random,
int strength,
int certainty)
getPublicExponent
public BigInteger getPublicExponent()
getCertainty
public int getCertainty()