public class Base64 extends Object
Base64()
static byte[]
decode(char[] message)
static char[]
encode(byte[] content)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Base64()
public static char[] encode(byte[] content)
public static byte[] decode(char[] message) throws IOException
IOException
Copyright © 2013. All rights reserved.