com.opensymphony.user.provider.ejb.util
Class Base64

java.lang.Object
  extended bycom.opensymphony.user.provider.ejb.util.Base64

public final class Base64
extends java.lang.Object

DOCUMENT ME!

Version:
$Revision: 1.1.1.1 $
Author:
$author$

Constructor Summary
Base64()
           
 
Method Summary
static byte[] decode(byte[] data)
           
static int decode(byte[] ret, int ret_off, byte a, byte b, byte c, byte d)
           
static byte[] encode(byte[] data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Base64

public Base64()
Method Detail

decode

public static byte[] decode(byte[] data)

decode

public static int decode(byte[] ret,
                         int ret_off,
                         byte a,
                         byte b,
                         byte c,
                         byte d)

encode

public static byte[] encode(byte[] data)

See www.opensymphony.com for more information.