Package net.i2p.crypto.elgamal.spec
Class ElGamalGenParameterSpec
- java.lang.Object
-
- net.i2p.crypto.elgamal.spec.ElGamalGenParameterSpec
-
- All Implemented Interfaces:
AlgorithmParameterSpec
public class ElGamalGenParameterSpec extends Object implements 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.
-