IAIK ECC
version 2.18

Uses of Class
iaik.security.ecc.ECCException

Packages that use ECCException
iaik.security.ecc.ecdsa   
iaik.security.ecc.math.algorithms   
iaik.security.ecc.math.ecgroup   
iaik.security.ecc.math.field   
iaik.security.ecc.parameter   
iaik.security.ecc.util   
 

Uses of ECCException in iaik.security.ecc.ecdsa
 

Constructors in iaik.security.ecc.ecdsa that throw ECCException
ECDSAParameter(ECCParameterSpec parameter)
          Creates an ECDSA parameter set from the given ECC parameters.
ECDSAParameter(ECCParameterSpec parameter, int coordinates)
          Creates an ECDSA parameter set from the given ECC parameters.
 

Uses of ECCException in iaik.security.ecc.math.algorithms
 

Subclasses of ECCException in iaik.security.ecc.math.algorithms
 class AlgorithmException
          Exception class for all exceptions in this package.
 

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

Subclasses of ECCException in iaik.security.ecc.math.ecgroup
 class ECGroupException
          Exception class for all exceptions in this package.
 

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

Uses of ECCException in iaik.security.ecc.math.field
 

Subclasses of ECCException in iaik.security.ecc.math.field
 class FieldException
          Exception class for all exceptions in this package.
 

Uses of ECCException in iaik.security.ecc.parameter
 

Methods in iaik.security.ecc.parameter that throw ECCException
 void ECCParameterFactory.addECCParameter(java.lang.String parameterName, java.lang.String oid, java.math.BigInteger p, java.math.BigInteger k, java.math.BigInteger r, java.math.BigInteger s, java.math.BigInteger c, java.math.BigInteger a, java.math.BigInteger b, java.math.BigInteger gx, java.math.BigInteger gy)
          Adds ECC parameters to the repository of the factory.
 void ECCParameterFactory.addECCParameter(java.lang.String parameterName, java.lang.String oid, int[] irreducible, java.math.BigInteger k, java.math.BigInteger r, int[] a, int[] b, int[] gx, int[] gy)
          Adds ECC parameters to the repository of the factory.
 

Uses of ECCException in iaik.security.ecc.util
 

Methods in iaik.security.ecc.util that throw ECCException
 AffineCoordinate PointCoDecImpl.decodePoint(byte[] encodedPoint, EllipticCurve curve)
          Performs the Octet String to Point conversation as defined in ANSI X9.62.
 byte[] PointCoDecImpl.encodePoint(AffineCoordinate coordinate, int compressionAlgorithm)
          Encodes the coordinates.
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.
 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