public class Utils extends Object
| 构造器和说明 |
|---|
Utils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
bigHex(BigInteger bn) |
static byte[] |
decodeBase64(String input) |
static String |
deriveAddressFromBytes(byte[] pubBytes) |
static String |
encodeBase64(byte[] input) |
static String |
getAlgType(String secret) |
static BigInteger |
uBigInt(byte[] bytes) |
public static String bigHex(BigInteger bn)
public static BigInteger uBigInt(byte[] bytes)
public static String deriveAddressFromBytes(byte[] pubBytes)
Copyright © 2021. All rights reserved.