FileDocCategorySizeDatePackage
ECPublicKey.javaAPI DocAndroid 1.5 API1440Wed May 06 22:41:06 BST 2009java.security.interfaces

ECPublicKey

public interface ECPublicKey implements PublicKey, ECKey
The interface for an Elliptic Curve (EC) public key.
since
Android 1.0

Fields Summary
public static final long
serialVersionUID
The serial version identifier.
Constructors Summary
Methods Summary
public java.security.spec.ECPointgetW()
Returns the public point {@code W} on an elliptic curve (EC).

return
the public point {@code W} on an elliptic curve (EC).
since
Android 1.0