public class Base58 extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static byte |
BASE_58_VALUE |
| 构造器和说明 |
|---|
Base58() |
public static final byte BASE_58_VALUE
public static String encode(byte[] input)
public static byte[] decode(String input)
public static String str2Base58(String srcStr) throws UnsupportedEncodingException
srcStr - Source stringUnsupportedEncodingExceptionpublic static String base582Str(String base58Str) throws UnsupportedEncodingException
srcStr - Base58 stringUnsupportedEncodingExceptionpublic static void main(String[] args) throws UnsupportedEncodingException
Copyright © 2025. All rights reserved.