FileDocCategorySizeDatePackage
ECField.javaAPI DocAndroid 1.5 API1141Wed May 06 22:41:06 BST 2009java.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 intgetFieldSize()
Returns the size of the field (in bits).

return
the size of the field (in bits).
since
Android 1.0