JavaScript is disabled on your browser.
This specification is not final and is subject to change. Use is subject to
license terms
.
Skip navigation links
Overview
Class
Use
Tree
Preview
New
Deprecated
Index
Search
Help
Java SE 25 & JDK 25
DRAFT 25-internal-adhoc.jenkins.BuildJDK25x86-64linuxPersonal
java.base
java.security.interfaces
DSAKey
Contents
Description
Method Summary
Method Details
getParams()
Hide sidebar
Show sidebar
Interface DSAKey
All Known Subinterfaces:
DSAPrivateKey
,
DSAPublicKey
public interface
DSAKey
The interface to a DSA public or private key. DSA (Digital Signature Algorithm) is defined in NIST's FIPS-186.
Since:
1.1
See Also:
DSAParams
Key
Signature
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
DSAParams
getParams
()
Returns the DSA-specific key parameters.
Method Details
getParams
DSAParams
getParams
()
Returns the DSA-specific key parameters. These parameters are never secret.
Returns:
the DSA-specific key parameters.
See Also:
DSAParams