API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
java.security.interfaces.
DSAKey
View Source
Author(s)
Benjamin Renaud
Josh Bloch
Since
Version
1.18 05/11/17
Serial
Hierarchy
DSAKey
Subinterfaces
DSAPrivateKey
DSAPublicKey
See DIRECT subinterfaces
DSAPrivateKey
DSAPublicKey
Quick Links:
Methods
Fields
Description
public
interface DSAKey
The interface to a DSA public or private key.
The interface to a DSA public or private key. DSA (Digital Signature
Algorithm) is defined in NIST's FIPS-186.
See also:
DSAParams
Key
Signature
Methods
Hide/Show inherited methods
public
DSAParams
getParams
()
Returns the DSA-specific key parameters.
Returns the DSA-specific key parameters. These parameters are
never secret.
Returns:
the DSA-specific key parameters.
See Also:
DSAParams
,
Fields
Hide/Show inherited fields
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar