public class CodingTool extends Object
描述:编码工具
创建时间:2021-11-16 15:30
更新时间:暂无
| 构造器和说明 |
|---|
CodingTool() |
| 限定符和类型 | 方法和说明 |
|---|---|
static byte[] |
b32Decode(byte[] bytes) |
static String |
b32Decode(String str) |
static byte[] |
b32Encode(byte[] bytes) |
static String |
b32Encode(String str) |
static byte[] |
b64Decode(byte[] bytes) |
static String |
b64Decode(String str) |
static byte[] |
b64Encode(byte[] bytes) |
static String |
b64Encode(String str) |
Copyright © 2022. All rights reserved.