public class Base64Util extends Object
Base64Util()
static byte[]
decode(byte[] src)
static String
decode(String src)
encode(byte[] src)
encode(String src)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Base64Util()
public static String encode(String src)
public static byte[] encode(byte[] src)
public static String decode(String src)
public static byte[] decode(byte[] src)