public class NumericUtils extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static BigInteger |
toBigInt(byte[] value) |
static byte[] |
toBytesPadded(BigInteger value,
int length) |
static String |
toHexString(byte[] input) |
static String |
toHexString(byte[] input,
int offset,
int length,
boolean withPrefix) |
public static BigInteger toBigInt(byte[] value)
public static byte[] toBytesPadded(BigInteger value, int length)
public static String toHexString(byte[] input, int offset, int length, boolean withPrefix)
public static String toHexString(byte[] input)
Copyright © 2022. All rights reserved.