|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.crypto.KeyGenerationParameters | +--org.bouncycastle.crypto.params.RSAKeyGenerationParameters
Constructor Summary | |
RSAKeyGenerationParameters(java.math.BigInteger publicExponent,
java.security.SecureRandom random,
int strength,
int certainty)
|
Method Summary | |
int |
getCertainty()
|
java.math.BigInteger |
getPublicExponent()
|
Methods inherited from class org.bouncycastle.crypto.KeyGenerationParameters |
getRandom, getStrength |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RSAKeyGenerationParameters(java.math.BigInteger publicExponent, java.security.SecureRandom random, int strength, int certainty)
Method Detail |
public java.math.BigInteger getPublicExponent()
public int getCertainty()
|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |