类 Base58
java.lang.Object
net.apexes.commons.lang.Base58
- 作者:
- HeDYn
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static byte[]static BigIntegerdecodeToBigInteger(String input) static Stringencode(byte[] input) Encodes the given bytes in base58.
-
构造器详细资料
-
Base58
public Base58()
-
-
方法详细资料
-
encode
Encodes the given bytes in base58. No checksum is appended. -
decode
-
decodeToBigInteger
-