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