API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.security.interfaces. ECPrivateKey View Source
Author(s)
Valerie Peng
Since
1.5
Version
1.4, 11/17/05
Serial
Hierarchy
 Serializable
      Key
          PrivateKey
              ECPrivateKey
Subinterfaces
Description
public interface ECPrivateKey
  The interface to an elliptic curve (EC) private key.
See also:    PrivateKey ECKey
Methods
Hide/Show inherited methods
public BigInteger getS ()
  Returns the private value S.
Fields
Hide/Show inherited fields
publicfinalstatic long serialVersionUID = "-7896394956925609184"
The class fingerprint that is set to indicate serialization compatibility.
publicfinalstatic long serialVersionUID = "6034044314589513430" [Inherited From PrivateKey]
The class fingerprint that is set to indicate serialization compatibility with a previous version of the class.
publicfinalstatic long serialVersionUID = "6603384152749567654" [Inherited From PrivateKey]
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