API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
java.security.interfaces.
DSAParams
View Source
Author(s)
Benjamin Renaud
Josh Bloch
Since
Version
1.21 05/11/17
Serial
Hierarchy
DSAParams
Subinterfaces
See DIRECT subinterfaces
Quick Links:
Methods
Fields
Description
public
interface DSAParams
Interface to a DSA-specific set of key parameters, which defines a DSA
key family
.
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.
See also:
DSAKey
Key
Signature
Methods
Hide/Show inherited methods
public
BigInteger
getG
()
Returns the base,
g
.
Returns the base,
g
.
Returns:
the base,
g
.
public
BigInteger
getP
()
Returns the prime,
p
.
Returns the prime,
p
.
Returns:
the prime,
p
.
public
BigInteger
getQ
()
Returns the subprime,
q
.
Returns the subprime,
q
.
Returns:
the subprime,
q
.
Fields
Hide/Show inherited fields
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar