com.mindbright.jce.crypto.spec
Class DHGenParameterSpec

java.lang.Object
  extended bycom.mindbright.jce.crypto.spec.DHGenParameterSpec
All Implemented Interfaces:
AlgorithmParameterSpec

public class DHGenParameterSpec
extends java.lang.Object
implements AlgorithmParameterSpec


Field Summary
protected  int exponentSize
           
protected  int primeSize
           
 
Constructor Summary
DHGenParameterSpec(int primeSize, int exponentSize)
           
 
Method Summary
 int getExponentSize()
           
 int getPrimeSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

primeSize

protected int primeSize

exponentSize

protected int exponentSize
Constructor Detail

DHGenParameterSpec

public DHGenParameterSpec(int primeSize,
                          int exponentSize)
Method Detail

getPrimeSize

public int getPrimeSize()

getExponentSize

public int getExponentSize()