|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.doolin.util.CodecUtils
public class CodecUtils
Codec method
| Method Summary | |
|---|---|
static byte[] |
decodeBase64(String s)
Decode using Base 64 |
static char[] |
decodeCharsBase64(String s)
Decode a password that has been encoded using Base64 |
static String |
encodeBase64(byte[] bytes)
Encode using Base 64 |
static String |
encodeCharsBase64(char[] password)
Encode a given password using Base64 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String encodeBase64(byte[] bytes)
bytes - Bytes to encode
public static byte[] decodeBase64(String s)
s - String to decode
public static String encodeCharsBase64(char[] password)
password - Password to encode
public static char[] decodeCharsBase64(String s)
s - Encoded password
encodeCharsBase64(char[])
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||