|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectopencard.opt.security.DSAParams
public class DSAParams
DSA-specific set of key parameters, which defines a DSA key family. DSA (Digital Signature Algorithm) is defined in NIST's FIPS-186.
DSAParams
Constructor Summary | |
---|---|
DSAParams(java.math.BigInteger p,
java.math.BigInteger q,
java.math.BigInteger g)
constructor from BigIntegers |
Method Summary | |
---|---|
java.math.BigInteger |
getG()
Returns the base, g. |
java.math.BigInteger |
getP()
Returns the prime, p. |
java.math.BigInteger |
getQ()
Returns the subprime, q. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DSAParams(java.math.BigInteger p, java.math.BigInteger q, java.math.BigInteger g)
Method Detail |
---|
public java.math.BigInteger getG()
getG
in interface java.security.interfaces.DSAParams
public java.math.BigInteger getP()
getP
in interface java.security.interfaces.DSAParams
public java.math.BigInteger getQ()
getQ
in interface java.security.interfaces.DSAParams
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |