| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gudy.bouncycastle.crypto.generators.ElGamalParametersGenerator
public class ElGamalParametersGenerator
| Constructor Summary | |
|---|---|
ElGamalParametersGenerator()
 | 
|
| Method Summary | |
|---|---|
 ElGamalParameters | 
generateParameters()
which generates the p and g values from the given parameters, returning the ElGamalParameters 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 ElGamalParametersGenerator()
| Method Detail | 
|---|
public void init(int size,
                 int certainty,
                 java.security.SecureRandom random)
public ElGamalParameters generateParameters()
Note: can take a while...
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||