Class NonNegativeInteger

    • Constructor Detail

      • NonNegativeInteger

        public NonNegativeInteger​(byte[] val)
      • NonNegativeInteger

        public NonNegativeInteger​(int signum,
                                  byte[] magnitude)
      • NonNegativeInteger

        public NonNegativeInteger​(int bitLength,
                                  int certainty,
                                  Random rnd)
      • NonNegativeInteger

        public NonNegativeInteger​(int numBits,
                                  Random rnd)
      • NonNegativeInteger

        public NonNegativeInteger​(String val)
      • NonNegativeInteger

        public NonNegativeInteger​(String val,
                                  int radix)
    • Method Detail

      • writeReplace

        public Object writeReplace()
                            throws ObjectStreamException
        Deprecated.
        As per https://issues.apache.org/jira/browse/AXIS2-3848
        Work-around for http://developer.java.sun.com/developer/bugParade/bugs/4378370.html
        Returns:
        BigIntegerRep
        Throws:
        ObjectStreamException