Class Base64utils

java.lang.Object
  extended byBase64utils

public class Base64utils
extends java.lang.Object


Constructor Summary
Base64utils()
           
 
Method Summary
static byte[] base64decode(byte[] abyte0)
           
static byte[] base64encode(byte[] abyte0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Base64utils

public Base64utils()
Method Detail

base64encode

public static byte[] base64encode(byte[] abyte0)

base64decode

public static byte[] base64decode(byte[] abyte0)