FileDocCategorySizeDatePackage
ECKey.javaAPI DocAndroid 1.5 API1190Wed May 06 22:41:06 BST 2009java.security.interfaces

ECKey

public interface ECKey
The base interface for Elliptic Curve (EC) public or private keys.
since
Android 1.0

Fields Summary
Constructors Summary
Methods Summary
public java.security.spec.ECParameterSpecgetParams()
Returns the EC key parameters.

return
the EC key parameters.
since
Android 1.0