public class Base58Util extends Object
| Constructor and Description |
|---|
Base58Util() |
public static String encode(long value)
value - The value to be encoded.public static long decode(String value)
value - The Base58 encoded string.IllegalArgumentException - When invalid characters are encountered.Copyright © 2014. All rights reserved.