FileDocCategorySizeDatePackage
DSAKey.javaAPI DocAndroid 1.5 API1162Wed May 06 22:41:06 BST 2009java.security.interfaces

DSAKey

public interface DSAKey
The base interface for Digital Signature Algorithm (DSA) public or private keys.
since
Android 1.0

Fields Summary
Constructors Summary
Methods Summary
public java.security.interfaces.DSAParamsgetParams()
Returns the DSA key parameters.

return
the DSA key parameters.
since
Android 1.0