Interface ECConstants

    • Field Summary

      Fields 
      Modifier and Type Field Description
      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

        static final java.math.BigInteger ZERO
      • ONE

        static final java.math.BigInteger ONE
      • TWO

        static final java.math.BigInteger TWO
      • THREE

        static final java.math.BigInteger THREE
      • FOUR

        static final java.math.BigInteger FOUR
      • EIGHT

        static final java.math.BigInteger EIGHT