public class Base32s extends Object
Modifier and Type | Method and Description |
---|---|
static byte[] |
decode(String base32)
解码
|
static String |
encode(byte[] bytes)
编码
|
static String |
encode(String s)
编码
|
Copyright © 2024. All rights reserved.