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