public class TBase58 extends Object
Modifier and Type | Field and Description |
---|---|
static List<Character> |
ALPHABET |
static BigInteger |
BASE |
static int |
BLOCK_LENGTH_BYTES |
static int |
BLOCK_LENGTH_DIGITS |
Constructor and Description |
---|
TBase58() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
decode(String source) |
static String |
encode(byte[] source) |
public static final BigInteger BASE
public static final int BLOCK_LENGTH_BYTES
public static final int BLOCK_LENGTH_DIGITS
Copyright © 2020 Voovan. All rights reserved.