Uses of Interface
java.security.spec.ECField
Packages that use ECField
Package
Description
Provides classes and interfaces for key specifications and algorithm
 parameter specifications.
- 
Uses of ECField in java.security.specClasses in java.security.spec that implement ECFieldModifier and TypeClassDescriptionclassThis immutable class defines an elliptic curve (EC) characteristic 2 finite field.classThis immutable class defines an elliptic curve (EC) prime finite field.Methods in java.security.spec that return ECFieldModifier and TypeMethodDescriptionEllipticCurve.getField()Returns the finite fieldfieldthat this elliptic curve is over.Constructors in java.security.spec with parameters of type ECFieldModifierConstructorDescriptionEllipticCurve(ECField field, BigInteger a, BigInteger b)Creates an elliptic curve with the specified elliptic fieldfieldand the coefficientsaandb.EllipticCurve(ECField field, BigInteger a, BigInteger b, byte[] seed)Creates an elliptic curve with the specified elliptic fieldfield, the coefficientsaandb, and theseedused for curve generation.