所有方法 静态方法 具体方法
| 限定符和类型 |
方法和说明 |
static byte[] |
de(byte[] bytes,
byte[] pass)
解密 zip - hex - de - bin
|
static byte[] |
deWithHex(String content,
byte[] pass) |
static byte[] |
en(byte[] bytes,
byte[] pass)
加密 bin - en - hex - zip
|
static String |
enAndHex(byte[] bytes,
byte[] pass) |