JXTA

jxta.security.util
Class URLBase64

java.lang.Object
  |
  +--jxta.security.util.URLBase64

public class URLBase64
extends java.lang.Object


Constructor Summary
URLBase64()
           
 
Method Summary
static void clearDebug()
           
static byte[] decode(byte[] input, int inOffset, int inLength)
          Base 64 decode the input byte array into
static byte[] encode(byte[] input)
          Base 64 encode the input byte array
static void setDebug()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLBase64

public URLBase64()
Method Detail

setDebug

public static void setDebug()

clearDebug

public static void clearDebug()

decode

public static byte[] decode(byte[] input,
                            int inOffset,
                            int inLength)
                     throws CryptoException
Base 64 decode the input byte array into

encode

public static byte[] encode(byte[] input)
Base 64 encode the input byte array

JXTA