程序包 org.coodex.util
类 Base58
java.lang.Object
org.coodex.util.Base58
Created with IntelliJ IDEA.
User: noah
Date: 8/2/13
Time: 10:36 AM
To change this template use File | Settings | File Templates.
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static byte[]static BigIntegerdecodeToBigInteger(String input) static Stringencode(byte[] input) Encodes the given bytes in base58.
-
字段详细资料
-
ALPHABET
public static final char[] ALPHABET
-
-
构造器详细资料
-
Base58
public Base58()
-
-
方法详细资料
-
encode
Encodes the given bytes in base58. No checksum is appended. -
decode
-
decodeToBigInteger
-