FileDocCategorySizeDatePackage
ECPrivateKey.javaAPI DocJava SE 5 API784Fri Aug 26 14:57:18 BST 2005java.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.BigIntegergetS()
Returns the private value S.

return
the private value S.