org.gudy.bouncycastle.jce.spec
Class ElGamalGenParameterSpec
java.lang.Object
   org.gudy.bouncycastle.jce.spec.ElGamalGenParameterSpec
org.gudy.bouncycastle.jce.spec.ElGamalGenParameterSpec
- All Implemented Interfaces: 
- AlgorithmParameterSpec
- public class ElGamalGenParameterSpec 
- extends Object- implements AlgorithmParameterSpec
 
| Method Summary | 
|  int | getPrimeSize()Returns the size in bits of the prime modulus.
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ElGamalGenParameterSpec
public ElGamalGenParameterSpec(int primeSize)
getPrimeSize
public int getPrimeSize()
- Returns the size in bits of the prime modulus.
 
- 
 
- 
- Returns:
- the size in bits of the prime modulus