|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Untamed: Interface to a DSA-specific set of key parameters, which defines a DSA key family. DSA (Digital Signature Algorithm) is defined in NIST's FIPS-186.
DSAKey
,
java.security.Key
,
java.security.Signature
Method Summary | |
BigInteger |
getG()
Enabled: Returns the base, g . |
BigInteger |
getP()
Enabled: Returns the prime, p . |
BigInteger |
getQ()
Enabled: Returns the subprime, q . |
Method Detail |
public BigInteger getP()
p
.
p
.public BigInteger getQ()
q
.
q
.public BigInteger getG()
g
.
g
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |