|
JXTA | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jxta.security.util.URLBase64
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 |
public URLBase64()
Method Detail |
public static void setDebug()
public static void clearDebug()
public static byte[] decode(byte[] input, int inOffset, int inLength) throws CryptoException
public static byte[] encode(byte[] input)
|
JXTA | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |