org.gudy.bouncycastle.math.ec
Interface ECConstants

All Known Implementing Classes:
ECDomainParameters, ECDSASigner, ECFieldElement, ECFieldElement.F2m, ECFieldElement.Fp, ECKeyPairGenerator

public interface ECConstants


Field Summary
static BigInteger FOUR
           
static BigInteger ONE
           
static BigInteger THREE
           
static BigInteger TWO
           
static BigInteger ZERO
           
 

Field Detail

ZERO

static final BigInteger ZERO

ONE

static final BigInteger ONE

TWO

static final BigInteger TWO

THREE

static final BigInteger THREE

FOUR

static final BigInteger FOUR