File
Doc
Category
Size
Date
Package
ECPublicKey.java
API Doc
Java SE 5 API
815
Fri Aug 26 14:57:18 BST 2005
java.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.ECPoint
getW
()
Returns the public point W.
return
the public point W.
Java Code Source