|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsg.edu.nyp.drmPublisher.Base64Codec
| Constructor Summary | |
Base64Codec()
|
|
| Method Summary | |
static byte[] |
decodeBase64(char[] toDecode)
Decode a base64 encoded cvhar array. |
static char[] |
encodeBase64(byte[] toConvert)
Convert a byte sequence into its Base64 encoded form. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Base64Codec()
| Method Detail |
public static char[] encodeBase64(byte[] toConvert)
toConvert - The byte sequence to encode
public static byte[] decodeBase64(char[] toDecode)
toDecode - the char array to decode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||