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
IllegalArgumentException
public static BigInteger decodeToBigInteger(String input) throws IllegalArgumentException
IllegalArgumentException
Copyright © 2020. All rights reserved.