File
Doc
Category
Size
Date
Package
ECPrivateKey.java
API Doc
Java SE 5 API
784
Fri Aug 26 14:57:18 BST 2005
java.security.interfaces
ECPrivateKey
public interface ECPrivateKey implements PrivateKey, ECKey
The interface to an elliptic curve (EC) private key.
author
Valerie Peng
version
1.3, 12/19/03
see
PrivateKey
see
ECKey
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.math.BigInteger
getS
()
Returns the private value S.
return
the private value S.
Java Code Source