API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
java.security.spec.
ECField
View Source
Author(s)
Valerie Peng
Since
1.5
Version
1.5, 11/17/05
Serial
Hierarchy
ECField
Subinterfaces
See DIRECT subinterfaces
Quick Links:
Methods
Fields
Description
public
interface ECField
This interface represents an elliptic curve (EC) finite field.
This interface represents an elliptic curve (EC) finite field.
All specialized EC fields must implements this interface.
See also:
ECFieldFp
ECFieldF2m
Methods
Hide/Show inherited methods
public
int
getFieldSize
()
Returns the field size in bits.
Returns the field size in bits. Note: For prime finite
field ECFieldFp, size of prime p in bits is returned.
For characteristic 2 finite field ECFieldF2m, m is returned.
Returns:
the field size in bits.
Fields
Hide/Show inherited fields
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar