List of utility methods to do Base64 Decode
BASE64Decoder encoder = new BASE64Decoder(); return new String(encoder.decodeBuffer(str));