File
Doc
Category
Size
Date
Package
DSAKey.java
API Doc
Android 1.5 API
1162
Wed May 06 22:41:06 BST 2009
java.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.DSAParams
getParams
()
Returns the DSA key parameters.
return
the DSA key parameters.
since
Android 1.0
Java Code Source