API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.security.spec. ECPublicKeySpec View Source
Author(s)
Valerie Peng
Since
1.5
Version
1.4, 11/17/05
Serial
Hierarchy
 Object
      ECPublicKeySpec
Implements
 KeySpec
Subclasses
Description
public class ECPublicKeySpec
  This immutable class specifies an elliptic curve public key with its associated parameters.
Constructors
public ECPublicKeySpec (ECPoint w, ECParameterSpec params)
  Creates a new ECPublicKeySpec with the specified parameter values.
Methods
Hide/Show inherited methods
public ECParameterSpec getParams ()
  Returns the associated elliptic curve domain parameters.
public ECPoint getW ()
  Returns the public point W.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar