com.mindbright.jce.crypto.spec
Class DHParamsImpl

java.lang.Object
  extended by com.mindbright.jce.crypto.spec.DHParamsImpl
Direct Known Subclasses:
DHParameterSpec, DHPrivateKeySpec, DHPublicKeySpec

public abstract class DHParamsImpl
extends java.lang.Object


Field Summary
protected  java.math.BigInteger g
           
protected  java.math.BigInteger p
           
 
Constructor Summary
protected DHParamsImpl(java.math.BigInteger p, java.math.BigInteger g)
           
 
Method Summary
 java.math.BigInteger getG()
           
 java.math.BigInteger getP()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

p

protected java.math.BigInteger p

g

protected java.math.BigInteger g
Constructor Detail

DHParamsImpl

protected DHParamsImpl(java.math.BigInteger p,
                       java.math.BigInteger g)
Method Detail

getP

public final java.math.BigInteger getP()

getG

public final java.math.BigInteger getG()