com.mindbright.jce.crypto.spec
Class DHPrivateKeySpec

java.lang.Object
  extended bycom.mindbright.jce.crypto.spec.DHParamsImpl
      extended bycom.mindbright.jce.crypto.spec.DHPrivateKeySpec
All Implemented Interfaces:
KeySpec

public class DHPrivateKeySpec
extends DHParamsImpl
implements KeySpec


Field Summary
protected  java.math.BigInteger x
           
 
Fields inherited from class com.mindbright.jce.crypto.spec.DHParamsImpl
g, p
 
Constructor Summary
DHPrivateKeySpec(java.math.BigInteger x, java.math.BigInteger p, java.math.BigInteger g)
           
 
Method Summary
 java.math.BigInteger getX()
           
 
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
 

Field Detail

x

protected java.math.BigInteger x
Constructor Detail

DHPrivateKeySpec

public DHPrivateKeySpec(java.math.BigInteger x,
                        java.math.BigInteger p,
                        java.math.BigInteger g)
Method Detail

getX

public java.math.BigInteger getX()