com.mindbright.jce.crypto.spec
Class DHPublicKeySpec

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

public class DHPublicKeySpec
extends DHParamsImpl
implements KeySpec


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

y

protected java.math.BigInteger y
Constructor Detail

DHPublicKeySpec

public DHPublicKeySpec(java.math.BigInteger y,
                       java.math.BigInteger p,
                       java.math.BigInteger g)
Method Detail

getY

public java.math.BigInteger getY()