| 
 | JavaTM 2 Platform Standard Ed. 5.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ECField | |
|---|---|
| java.security.spec | Provides classes and interfaces for key specifications and algorithm parameter specifications. | 
| Uses of ECField in java.security.spec | 
|---|
| Classes in java.security.spec that implement ECField | |
|---|---|
|  class | ECFieldF2mThis immutable class defines an elliptic curve (EC) characteristic 2 finite field. | 
|  class | ECFieldFpThis immutable class defines an elliptic curve (EC) prime finite field. | 
| Methods in java.security.spec that return ECField | |
|---|---|
|  ECField | EllipticCurve.getField()Returns the finite field fieldthat this 
 elliptic curve is over. | 
| Constructors in java.security.spec with parameters of type ECField | |
|---|---|
| EllipticCurve(ECField field,
              BigInteger a,
              BigInteger b)Creates an elliptic curve with the specified elliptic field fieldand the coefficientsaandb. | |
| EllipticCurve(ECField field,
              BigInteger a,
              BigInteger b,
              byte[] seed)Creates an elliptic curve with the specified elliptic field field, the coefficientsaandb, and theseedused for curve generation. | |
| 
 | JavaTM 2 Platform Standard Ed. 5.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.