Package java.security.spec
Interface ECField
- All Known Implementing Classes:
ECFieldF2m,ECFieldFp
public interface ECField
The base interface for a Finite Field of an Elliptic Curve.
-
Method Summary
Modifier and Type Method Description intgetFieldSize()Returns the size of the field (in bits).
-
Method Details
-
getFieldSize
int getFieldSize()Returns the size of the field (in bits).- Returns:
- the size of the field (in bits).
-