Bouncy Castle Cryptography 1.33

org.bouncycastle.math.ec
Interface ECConstants

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

public interface ECConstants


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

Field Detail

ZERO

public static final java.math.BigInteger ZERO

ONE

public static final java.math.BigInteger ONE

Bouncy Castle Cryptography 1.33