File
Doc
Category
Size
Date
Package
ECPrivateKey.java
API Doc
Android 1.5 API
1391
Wed May 06 22:41:06 BST 2009
java.security.interfaces
ECPrivateKey
public interface ECPrivateKey implements PrivateKey, ECKey
The interface for an Elliptic Curve (EC) private key.
since
Android 1.0
Fields Summary
public static final long
serialVersionUID
The serial version identifier.
Constructors Summary
Methods Summary
public
java.math.BigInteger
getS
()
Returns the private value {@code S}.
return
the private value {@code S}.
since
Android 1.0
Java Code Source