public class Base64 extends java.lang.Object
Base64()
static byte[]
decode(java.lang.String input)
static java.lang.String
encode(byte[] in)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Base64()
public static byte[] decode(java.lang.String input)
public static java.lang.String encode(byte[] in)