# Print output for @column tags ?> DSAKey - Android SDK | Android Developers

Most visited

Recently visited

DSAKey

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.

See also:

Summary

Public methods

abstract DSAParams getParams()

Returns the DSA-specific key parameters.

Public methods

getParams

public abstract DSAParams getParams ()

Returns the DSA-specific key parameters. These parameters are never secret.

Returns
DSAParams the DSA-specific key parameters.

See also: