Helper method for decoding a Base64 string as an byte array.
Returns null on encoding error. This method does not allow any other
characters present in the string then the 65 special base64 chars.
encode64
public static java.lang.String encode64(byte[] b)
Helper method for encoding an array of bytes as a Base64 String.