IAIK ECC
version 2.18

iaik.security.ecc.math.field
Class Constants

java.lang.Object
  extended byiaik.security.ecc.math.field.Constants

public class Constants
extends java.lang.Object

Some often required BigInteger constants. They are mainly needed to gain jdk 1.1.x compatibility.


Field Summary
static java.math.BigInteger BIG_EIGHT
          Constant 8 as BigInteger
static java.math.BigInteger BIG_FIVE
          Constant 5 as BigInteger
static java.math.BigInteger BIG_FOUR
          Constant 4 as BigInteger
static java.math.BigInteger BIG_ONE
          Constant 1 as BigInteger
static java.math.BigInteger BIG_THREE
          Constant 3 as BigInteger
static java.math.BigInteger BIG_TWO
          Constant 2 as BigInteger
static java.math.BigInteger BIG_ZERO
          Constant 0 as BigInteger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BIG_ZERO

public static final java.math.BigInteger BIG_ZERO
Constant 0 as BigInteger


BIG_ONE

public static final java.math.BigInteger BIG_ONE
Constant 1 as BigInteger


BIG_TWO

public static final java.math.BigInteger BIG_TWO
Constant 2 as BigInteger


BIG_THREE

public static final java.math.BigInteger BIG_THREE
Constant 3 as BigInteger


BIG_FOUR

public static final java.math.BigInteger BIG_FOUR
Constant 4 as BigInteger


BIG_FIVE

public static final java.math.BigInteger BIG_FIVE
Constant 5 as BigInteger


BIG_EIGHT

public static final java.math.BigInteger BIG_EIGHT
Constant 8 as BigInteger


IAIK ECC
version 2.18

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