public class Base64Tools extends Object
Modifier and Type | Method and Description |
---|---|
static byte[] |
decode(String str)
解密
|
static String |
encode(byte[] data)
加密
|
static void |
main(String[] args)
测试方法
|
Copyright © 2018. All rights reserved.