public class Base64Codec extends Object
public static String encode(byte[] rawData)
rawData - The raw data to encode. It must not be null.public static byte[] decode(String encodedData) throws ParseException
encodedData - The base64-encoded data to decode. It must not be
null.ParseException - If a problem occurs while attempting to decode the
provided data.Copyright © 2012-2015 Cloudhopper by Twitter. All Rights Reserved.