|
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.generators.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[]
|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |