类 Base64Utils
java.lang.Object
com.walker.security.Base64Utils
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static byte[]decode(byte[] value) static byte[]BASE64字符串解码为二进制数据static StringdecodeByte(byte[] value) static Stringencode(byte[] bytes) 二进制数据编码为BASE64字符串static byte[]encodeString(String value)