public class Base64 extends Object
Base64()
static byte[]
from(String base64)
static String
to(byte[] bytes)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Base64()
public static String to(byte[] bytes)
public static byte[] from(String base64)