IAIK ECC
version 2.18

Uses of Class
iaik.security.ecc.math.ecgroup.AffineCoordinate

Packages that use AffineCoordinate
iaik.security.ecc.util   
 

Uses of AffineCoordinate in iaik.security.ecc.util
 

Methods in iaik.security.ecc.util that return AffineCoordinate
 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.
 

Methods in iaik.security.ecc.util with parameters of type AffineCoordinate
 byte[] PointCoDecImpl.encodePoint(AffineCoordinate coordinate, int compressionAlgorithm)
          Encodes the coordinates.
 byte[] PointCoDec.encodePoint(AffineCoordinate coordinate, int compressionAlgorithm)
          Encodes the x and y coordinate of an EC point.
 


IAIK ECC
version 2.18

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