|
||||||||||
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
com.mindbright.security.publickey.DHKey
com.mindbright.security.publickey.DHPrivateKey
Field Summary | |
protected java.math.BigInteger |
x
|
Fields inherited from class com.mindbright.jce.crypto.spec.DHParameterSpec |
l |
Fields inherited from class com.mindbright.jce.crypto.spec.DHParamsImpl |
g, p |
Constructor Summary | |
DHPrivateKey(java.math.BigInteger x,
java.math.BigInteger p,
java.math.BigInteger g)
|
Method Summary | |
java.math.BigInteger |
getX()
|
Methods inherited from class com.mindbright.security.publickey.DHKey |
getAlgorithm, getEncoded, getFormat, getParams |
Methods inherited from class com.mindbright.jce.crypto.spec.DHParameterSpec |
getL |
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, toString, wait, wait, wait |
Methods inherited from interface com.mindbright.jce.crypto.interfaces.DHKey |
getParams |
Methods inherited from interface com.mindbright.jca.security.Key |
getAlgorithm, getEncoded, getFormat |
Field Detail |
protected java.math.BigInteger x
Constructor Detail |
public DHPrivateKey(java.math.BigInteger x, java.math.BigInteger p, java.math.BigInteger g)
Method Detail |
public java.math.BigInteger getX()
getX
in interface DHPrivateKey
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |