public class Base64
extends java.lang.Object
Constructor and Description |
---|
Base64() |
public static char[] encode(byte[] data)
data
- the array of bytes to encodepublic static byte[] decode(byte[] data)
data
- the array of base64-encoded characters