Google

Bouncy Castle Cryptography 1.11 API Specification: Interface ECConstants
Bouncy Castle Cryptography 1.11

org.bouncycastle.math.ec
Interface ECConstants

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

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.11