public class Base64
extends Object
-
Method Summary 
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details 
-
encode 
public static String encode(byte[] bytes)
-
decode 
public static byte[] decode(String string)