|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindbright.jce.crypto.spec.DHGenParameterSpec
public class DHGenParameterSpec
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 |
---|
protected int primeSize
protected int exponentSize
Constructor Detail |
---|
public DHGenParameterSpec(int primeSize, int exponentSize)
Method Detail |
---|
public int getPrimeSize()
public int getExponentSize()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |