Companion
object Companion
Properties
Functions
Link copied to clipboard
Returns a BigInteger with the given two's complement representation. Assumes that the input array will not be modified (the returned BigInteger will reference the input array if feasible).
Returns a BigInteger whose value is equal to that of the specified long.
Link copied to clipboard
Returns a positive BigInteger that is probably prime, with the specified bitLength. The probability that a BigInteger returned by this method is composite does not exceed 2-100.