|
Bouncy Castle Cryptography 1.11 API Specification: Class RSAKeyGenerationParameters
org.bouncycastle.crypto.params
Class RSAKeyGenerationParameters
java.lang.Object
|
+--org.bouncycastle.crypto.KeyGenerationParameters
|
+--org.bouncycastle.crypto.params.RSAKeyGenerationParameters
- public class RSAKeyGenerationParameters
- extends KeyGenerationParameters
Constructor Summary |
RSAKeyGenerationParameters(java.math.BigInteger publicExponent,
java.security.SecureRandom random,
int strength,
int certainty)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RSAKeyGenerationParameters
public RSAKeyGenerationParameters(java.math.BigInteger publicExponent,
java.security.SecureRandom random,
int strength,
int certainty)
getPublicExponent
public java.math.BigInteger getPublicExponent()
getCertainty
public int getCertainty()
|