Encode an array of bytes using Base64.
public static java.lang.String encode(byte[] data)
data - The bytes to be encoded
A valid Base64 representation of the input