COM.claymoresystems.cert
Class EAYDHParams

java.lang.Object
  extended by COM.claymoresystems.cert.EAYDHParams

public class EAYDHParams
extends java.lang.Object


Constructor Summary
EAYDHParams(java.math.BigInteger g, java.math.BigInteger p)
           
EAYDHParams(byte[] encoding)
           
 
Method Summary
 byte[] getEncoded()
           
 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
 

Constructor Detail

EAYDHParams

public EAYDHParams(java.math.BigInteger g,
                   java.math.BigInteger p)

EAYDHParams

public EAYDHParams(byte[] encoding)
            throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getG

public java.math.BigInteger getG()

getP

public java.math.BigInteger getP()

getEncoded

public byte[] getEncoded()


Copyright (c) 1999-2001 Claymore Systems, Inc., All Rights Reserved.