| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gudy.bouncycastle.crypto.generators.DHParametersGenerator
public class DHParametersGenerator
| Constructor Summary | |
|---|---|
DHParametersGenerator()
 | 
|
| Method Summary | |
|---|---|
 DHParameters | 
generateParameters()
which generates the p and g values from the given parameters, returning the DHParameters object.  | 
 void | 
init(int size,
     int certainty,
     java.security.SecureRandom random)
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public DHParametersGenerator()
| Method Detail | 
|---|
public void init(int size,
                 int certainty,
                 java.security.SecureRandom random)
public DHParameters generateParameters()
Note: can take a while...
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||