|
Bouncy Castle Cryptography 1.45 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bouncycastle.crypto.KeyGenerationParameters
org.bouncycastle.crypto.params.RSAKeyGenerationParameters
public class 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 1.45 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||