Bouncy Castle Cryptography Library 1.81

org.bouncycastle.math.ec
Interface ECConstants

All Known Implementing Classes:
ECDomainParameters, ECDSASigner, ECFieldElement, ECKeyPairGenerator, SM2Signer

public interface ECConstants


Field Summary
static java.math.BigInteger EIGHT
           
static java.math.BigInteger FOUR
           
static java.math.BigInteger ONE
           
static java.math.BigInteger THREE
           
static java.math.BigInteger TWO
           
static java.math.BigInteger ZERO
           
 

Field Detail

ZERO

public static final java.math.BigInteger ZERO

ONE

public static final java.math.BigInteger ONE

TWO

public static final java.math.BigInteger TWO

THREE

public static final java.math.BigInteger THREE

FOUR

public static final java.math.BigInteger FOUR

EIGHT

public static final java.math.BigInteger EIGHT

Bouncy Castle Cryptography Library 1.81