| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gudy.bouncycastle.crypto.KeyGenerationParameters
org.gudy.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.gudy.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()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||