|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindbright.jce.crypto.spec.DHParamsImpl
com.mindbright.jce.crypto.spec.DHParameterSpec
public class DHParameterSpec
Field Summary | |
---|---|
protected int |
l
|
Fields inherited from class com.mindbright.jce.crypto.spec.DHParamsImpl |
---|
g, p |
Constructor Summary | |
---|---|
DHParameterSpec(java.math.BigInteger p,
java.math.BigInteger g)
|
|
DHParameterSpec(java.math.BigInteger p,
java.math.BigInteger g,
int l)
|
Method Summary | |
---|---|
int |
getL()
|
java.lang.String |
toString()
|
Methods inherited from class com.mindbright.jce.crypto.spec.DHParamsImpl |
---|
getG, getP |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected int l
Constructor Detail |
---|
public DHParameterSpec(java.math.BigInteger p, java.math.BigInteger g)
public DHParameterSpec(java.math.BigInteger p, java.math.BigInteger g, int l)
Method Detail |
---|
public int getL()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |