Name

ECField

Synopsis

This interface represents a “finite field” for elliptic curve cryptography.

public interface ECField {
// Public Instance Methods
     int getFieldSize( );  
}

Implementations

ECFieldF2m, ECFieldFp

Passed To

EllipticCurve.EllipticCurve( )

Returned By

EllipticCurve.getField( )

Get Java in a Nutshell, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.