File
Doc
Category
Size
Date
Package
ECField.java
API Doc
Android 1.5 API
1141
Wed May 06 22:41:06 BST 2009
java.security.spec
ECField
public interface ECField
The base interface for a Finite Field of an Elliptic Curve.
since
Android 1.0
Fields Summary
Constructors Summary
Methods Summary
public
int
getFieldSize
()
Returns the size of the field (in bits).
return
the size of the field (in bits).
since
Android 1.0
Java Code Source