Class MPInteger

  • All Implemented Interfaces:
    org.bouncycastle.util.Encodable

    public class MPInteger
    extends BCPGObject
    a multiple precision integer
    • Constructor Detail

      • MPInteger

        public MPInteger​(BCPGInputStream in)
                  throws java.io.IOException
        Throws:
        java.io.IOException
      • MPInteger

        public MPInteger​(java.math.BigInteger value)
    • Method Detail

      • getValue

        public java.math.BigInteger getValue()