API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
java.security.interfaces.
ECPublicKey
View Source
Author(s)
Valerie Peng
Since
1.5
Version
1.4, 11/17/05
Serial
Hierarchy
Serializable
Key
PublicKey
ECPublicKey
Subinterfaces
See DIRECT subinterfaces
Quick Links:
Methods
Fields
Description
public
interface ECPublicKey
The interface to an elliptic curve (EC) public key.
The interface to an elliptic curve (EC) public key.
See also:
PublicKey
ECKey
ECPoint
Methods
Hide/Show inherited methods
public
ECPoint
getW
()
Returns the public point W.
Returns the public point W.
Returns:
the public point W.
Fields
Hide/Show inherited fields
public
final
static
long
serialVersionUID
= "-3314988629879632826"
The class fingerprint that is set to indicate serialization compatibility.
public
final
static
long
serialVersionUID
= "7187392471159151072"
[Inherited From
PublicKey
]
The class fingerprint that is set to indicate serialization compatibility with a previous version of the class.
public
final
static
long
serialVersionUID
= "6603384152749567654"
[Inherited From
PublicKey
]
The class fingerprint that is set to indicate serialization compatibility with a previous version of the class.
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar