| 构造器和说明 |
|---|
Base58() |
| 限定符和类型 | 方法和说明 |
|---|---|
static byte[] |
decode(String input) |
static BigInteger |
decodeToBigInteger(String input) |
static String |
encode(byte[] input)
Encodes the given bytes in base58.
|
public static String encode(byte[] input)
public static byte[] decode(String input) throws IllegalArgumentException
public static BigInteger decodeToBigInteger(String input) throws IllegalArgumentException
Copyright © 2020. All rights reserved.