public class ElGamalGenParameterSpec
extends java.lang.Object
implements java.security.spec.AlgorithmParameterSpec
| Constructor and Description |
|---|
ElGamalGenParameterSpec(int primeSize) |
| Modifier and Type | Method and Description |
|---|---|
int |
getPrimeSize()
Returns the size in bits of the prime modulus.
|