|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.identityconnectors.common.Base64
public class Base64
Utility package for base64 encoding and decoding.
Method Summary | |
---|---|
static byte[] |
decode(String encdata)
Decodes a specified base64-encoded String and returns the resulting bytes. |
static String |
encode(byte[] data)
Returns a String of base64-encoded characters to represent the specified data array. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static String encode(byte[] data)
data
- The array of bytes to encode.
public static byte[] decode(String encdata)
encdata
- A String containing base64-encoded characters.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |