Package org.bouncycastle.jce.spec
Class ElGamalGenParameterSpec
- java.lang.Object
-
- org.bouncycastle.jce.spec.ElGamalGenParameterSpec
-
- All Implemented Interfaces:
java.security.spec.AlgorithmParameterSpec
public class ElGamalGenParameterSpec extends java.lang.Object implements java.security.spec.AlgorithmParameterSpec
-
-
Constructor Summary
Constructors Constructor Description ElGamalGenParameterSpec(int primeSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getPrimeSize()
Returns the size in bits of the prime modulus.
-