Added in API level 1
DSAKey
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.
Summary
Public methods | |
---|---|
abstract DSAParams! |
Returns the DSA-specific key parameters. |
Public methods
getParams
Added in API level 1
abstract fun getParams(): DSAParams!
Returns the DSA-specific key parameters. These parameters are never secret.
Return | |
---|---|
DSAParams! |
the DSA-specific key parameters. |
See Also