public class BigIntegerUtils extends Object
Modifier and Type | Method and Description |
---|---|
static byte[] |
toBytesUnsigned(BigInteger bigInt)
Returns a byte array representation of the specified big integer
without the sign bit.
|
public static byte[] toBytesUnsigned(BigInteger bigInt)
bigInt
- The big integer to be converted. Must not be
null
.Copyright © 2017 Connect2id Ltd.. All rights reserved.