public class UnsignedBigInteger extends Object
| Constructor | Description |
|---|---|
UnsignedBigInteger() |
| Modifier and Type | Method | Description |
|---|---|---|
static BigInteger |
fromUnsignedByteArray(byte[] value) |
|
static byte[] |
toUnsignedByteArray(BigInteger value) |
public static byte[] toUnsignedByteArray(BigInteger value)
public static BigInteger fromUnsignedByteArray(byte[] value)
Copyright © 2018. All rights reserved.