public
interface
DSAKey
| java.security.interfaces.DSAKey |
|
|
The interface to a DSA public or private key. DSA (Digital Signature Algorithm) is defined in NIST's FIPS-186.
Public methods | |
|---|---|
abstract
DSAParams
|
getParams()
Returns the DSA-specific key parameters. |
DSAParams getParams ()
Returns the DSA-specific key parameters. These parameters are never secret.
| Returns | |
|---|---|
DSAParams |
the DSA-specific key parameters. |
See also: