public class ElGamalGenParameterSpec extends Object implements AlgorithmParameterSpec
| Constructor and Description |
|---|
ElGamalGenParameterSpec(int primeSize)Constructs a parameter set for ElGamal key generation. |
| Modifier and Type | Method and Description |
|---|---|
int | getPrimeSize()Returns the size in bits of the prime modulus. |