Translates the string representation of a BigInt in the
specified radix
into a BigInt
Translates the decimal String representation of a BigInt into a BigInt
Constructs a randomly generated BigInt, uniformly distributed over the range 0 to (2 numBits - 1), inclusive
Constructs a randomly generated positive BigInt that is probably prime, with the specified bitLength
Translates the sign-magnitude representation of a BigInt into a BigInt
Translates a byte array containing the two's-complement binary representation of a BigInt into a BigInt
Constructs a BigInt
whose value is equal to that of the
specified long value
Constructs a BigInt
whose value is equal to that of the
specified integer value
Implicit conversion from int
to BigInt
Implicit copnversion from long to BigInt
Returns a positive BigInt that is probably prime, with the specified bitLength