Uses of Interface
java.security.spec.ECField
Package
Description
Provides classes and interfaces for key specifications and algorithm
parameter specifications.
-
Uses of ECField in java.security.spec
Modifier and TypeClassDescriptionclass
This immutable class defines an elliptic curve (EC) characteristic 2 finite field.class
This immutable class defines an elliptic curve (EC) prime finite field.Modifier and TypeMethodDescriptionEllipticCurve.getField()
Returns the finite fieldfield
that this elliptic curve is over.ModifierConstructorDescriptionEllipticCurve
(ECField field, BigInteger a, BigInteger b) Creates an elliptic curve with the specified elliptic fieldfield
and the coefficientsa
andb
.EllipticCurve
(ECField field, BigInteger a, BigInteger b, byte[] seed) Creates an elliptic curve with the specified elliptic fieldfield
, the coefficientsa
andb
, and theseed
used for curve generation.