public class Base58 extends Object
| Modifier and Type | Field and Description |
|---|---|
static char[] |
ALPHABET |
| Constructor and Description |
|---|
Base58() |
| Modifier and Type | Method and Description |
|---|---|
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
IllegalArgumentExceptionpublic static BigInteger decodeToBigInteger(String input) throws IllegalArgumentException
IllegalArgumentExceptionCopyright © 2020. All rights reserved.