public class Base58 extends Object
| Constructor and Description |
|---|
Base58() |
| Modifier and Type | Method and Description |
|---|---|
static String |
checkSumEncode(byte[] in) |
static byte[] |
decode(String input)
decode base58
|
static byte[] |
decodeChecked(String input) |
static String |
encode(byte[] input)
encode
|
public static final String ALPHABET
Copyright © 2020. All rights reserved.