aicas logoJamaica 6.4 release 1

Uses of Interface
java.security.spec.ECField

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 ECFieldF2m
          This immutable class defines an elliptic curve (EC) characteristic 2 finite field.
 class ECFieldFp
          This 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 field that 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 field and the coefficients a and b.
EllipticCurve(ECField field, BigInteger a, BigInteger b, byte[] seed)
          Creates an elliptic curve with the specified elliptic field field, the coefficients a and b, and the seed used for curve generation.
 


aicas logoJamaica 6.4 release 1

aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2015 aicas GmbH. All Rights Reserved.