COM.claymoresystems.crypto
Class RawDSAParams

java.lang.Object
  extended by COM.claymoresystems.crypto.RawDSAParams
All Implemented Interfaces:
java.security.interfaces.DSAParams

public class RawDSAParams
extends java.lang.Object
implements java.security.interfaces.DSAParams


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

Constructor Detail

RawDSAParams

public RawDSAParams(java.math.BigInteger p,
                    java.math.BigInteger q,
                    java.math.BigInteger g)
Method Detail

getP

public java.math.BigInteger getP()
Specified by:
getP in interface java.security.interfaces.DSAParams

getQ

public java.math.BigInteger getQ()
Specified by:
getQ in interface java.security.interfaces.DSAParams

getG

public java.math.BigInteger getG()
Specified by:
getG in interface java.security.interfaces.DSAParams


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