IAIK ECC
version 2.18

Uses of Class
iaik.security.ecc.math.field.FieldException

Packages that use FieldException
iaik.security.ecc.math.field   
 

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

Methods in iaik.security.ecc.math.field that throw FieldException
static FieldFactory PrimeFieldFactory.getInstance(java.math.BigInteger modulus)
          Use this method to get a concrete instance of a PrimeFieldFactory for a specific modulus.
static void PrimeFieldFactory.setDefaultFactory(java.lang.Class c, java.math.BigInteger modulus)
          Set the prime field factory to be used for a specific modulus.
 Field FieldFactory.getField()
          Creates a new (factory specific) implementation of a finite field.
static FieldElement FieldElement.divide(FieldElement a, FieldElement b)
          Use this static method if you want to create a new FieldElement with the value of a * invert(b).
static FieldFactory BinaryFieldFactory.getInstance(int[] irreducible)
          Use this method to get a concrete instance of the factory for a specifis irreducible polynomial.
 


IAIK ECC
version 2.18

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