FileDocCategorySizeDatePackage
ECPublicKey.javaAPI DocJava SE 5 API815Fri Aug 26 14:57:18 BST 2005java.security.interfaces

ECPublicKey

public interface ECPublicKey implements PublicKey, ECKey
The interface to an elliptic curve (EC) public key.
author
Valerie Peng
version
1.3, 12/19/03
see
PublicKey
see
ECKey
see
java.security.spec.ECPoint
since
1.5

Fields Summary
static final long
serialVersionUID
The class fingerprint that is set to indicate serialization compatibility.
Constructors Summary
Methods Summary
public java.security.spec.ECPointgetW()
Returns the public point W.

return
the public point W.