File
Doc
Category
Size
Date
Package
DHKey.java
API Doc
Android 1.5 API
1149
Wed May 06 22:41:02 BST 2009
javax.crypto.interfaces
DHKey
public interface DHKey
The interface for a Diffie-Hellman key.
since
Android 1.0
Fields Summary
Constructors Summary
Methods Summary
public
javax.crypto.spec.DHParameterSpec
getParams
()
Returns the parameters for this key.
return
the parameters for this key.
Java Code Source