public class RawDSAParams
extends java.lang.Object
implements java.security.interfaces.DSAParams
| Constructor and Description |
|---|
RawDSAParams(java.math.BigInteger p,
java.math.BigInteger q,
java.math.BigInteger g) |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigInteger |
getG() |
java.math.BigInteger |
getP() |
java.math.BigInteger |
getQ() |
public RawDSAParams(java.math.BigInteger p,
java.math.BigInteger q,
java.math.BigInteger g)
public java.math.BigInteger getP()
getP in interface java.security.interfaces.DSAParamspublic java.math.BigInteger getQ()
getQ in interface java.security.interfaces.DSAParamspublic java.math.BigInteger getG()
getG in interface java.security.interfaces.DSAParamsCopyright (c) 1999-2001 Claymore Systems, Inc., All Rights Reserved.