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