IAIK ECC
version 2.18

Uses of Interface
iaik.security.ecc.math.ecgroup.EllipticCurve

Packages that use EllipticCurve
iaik.security.ecc.math.ecgroup   
iaik.security.ecc.util   
 

Uses of EllipticCurve in iaik.security.ecc.math.ecgroup
 

Fields in iaik.security.ecc.math.ecgroup declared as EllipticCurve
protected  EllipticCurve ECPoint.curve_
          the elliptic curve (the group this point belongs to)
 

Methods in iaik.security.ecc.math.ecgroup that return EllipticCurve
 EllipticCurve ECPoint.getCurve()
          The group (EllipticCurve) this point belongs to.
abstract  EllipticCurve ECGroupFactory.getCurve(FieldElement a, FieldElement b, java.math.BigInteger curveOrder, int coordinateType)
          ATTENTION: Make sure that the curve parameter specify a valid elliptic curve and are elements of the same field.
abstract  EllipticCurve ECGroupFactory.getDefault(FieldElement a, FieldElement b, java.math.BigInteger curveOrder)
          Gets the default implementation, defined by the default coordinate typ and the provided field element typ.
 

Constructors in iaik.security.ecc.math.ecgroup with parameters of type EllipticCurve
ECPoint(byte[] b, EllipticCurve curve)
          Creates a new point, performing the Octet-String-to-Point Conversion as specified in X9.62.
 

Uses of EllipticCurve in iaik.security.ecc.util
 

Methods in iaik.security.ecc.util with parameters of type EllipticCurve
 AffineCoordinate PointCompressor.decompress(FieldElement xCoordinate, int yBit, EllipticCurve curve)
          Point decompression for elliptic curves according to ANSI X9.62
 AffineCoordinate PointCoDecImpl.decodePoint(byte[] encodedPoint, EllipticCurve curve)
          Performs the Octet String to Point conversation as defined in ANSI X9.62.
protected  AffineCoordinate PointCoDecImpl.compressed(byte[] point, EllipticCurve curve)
          Performs the Octet String to Point conversation for compressed points.
protected  AffineCoordinate PointCoDecImpl.uncompressed(byte[] point, EllipticCurve curve)
          Performs the Octet String to Point conversation for uncompressed points
 AffineCoordinate PointCoDec.decodePoint(byte[] encodedPoint, EllipticCurve ec)
          Decodes an encoded EC point.
 


IAIK ECC
version 2.18

IAIK-ECC 2.18, (c) 2002 IAIK, (c) 2003 SIC