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