Bouncy Castle Cryptography 1.32

org.bouncycastle.math.ec
Interface ECConstants

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

public interface ECConstants


Field Summary
static java.math.BigInteger ONE
           
static java.math.BigInteger ZERO
           
 

Field Detail

ZERO

static final java.math.BigInteger ZERO

ONE

static final java.math.BigInteger ONE

Bouncy Castle Cryptography 1.32