类 Base64
java.lang.Object
com.walker.security.Base64
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static byte[]decode(byte[] data) static byte[]static StringdecodeBase64(byte[] base64EncryptBytes) static byte[]encode(byte[] data) static byte[]encodeBase64(byte[] sourceBytes)
-
构造器详细资料
-
Base64
public Base64()
-
-
方法详细资料
-
encode
public static byte[] encode(byte[] data) -
encodeBase64
public static byte[] encodeBase64(byte[] sourceBytes) -
decode
public static byte[] decode(byte[] data) -
decode
-
decodeBase64
-