public class Base58 extends Object
public static String encode(byte[] input)
public static byte[] decode(String input) throws IllegalArgumentException
public static BigInteger decodeToBigInteger(String input) throws IllegalArgumentException
Copyright © 2018. All rights reserved.