Uses of Interface
java.security.spec.ECField
| Package | Description |
|---|---|
| java.security.spec |
This package provides the classes and interfaces needed to specify keys and parameters for
encryption and signing algorithms.
|
-
Uses of ECField in java.security.spec
Classes in java.security.spec that implement ECField Modifier and Type Class Description classECFieldF2mThe parameters specifying a characteristic 2 finite field of an elliptic curve.classECFieldFpThe parameters specifying a prime finite field of an elliptic curve.Methods in java.security.spec that return ECField Modifier and Type Method Description ECFieldEllipticCurve. getField()Returns the finite field of this elliptic curve.Constructors in java.security.spec with parameters of type ECField Constructor Description EllipticCurve(ECField field, BigInteger a, BigInteger b)Creates a newEllipticCurvewith the specified field and coefficients.EllipticCurve(ECField field, BigInteger a, BigInteger b, byte[] seed)Creates a newEllipticCurvewith the specified field, coefficients and seed.