public class Base58
extends java.lang.Object
Copy Bitcoin source code, remove Base58 unrelated code
| Modifier and Type | Field and Description |
|---|---|
static char[] |
ALPHABET |
| Constructor and Description |
|---|
Base58() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
decode(java.lang.String input) |
static java.lang.String |
encode(byte[] input) |
static void |
main(java.lang.String[] args) |