public class Base64Util { private static final char[]legalChars="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+".toCharArray();public String getBase64Str(SortedMap,Object>parameters)throws ...
Implements Base64 encoding and decoding as defined by RFC 2045:"Multipurpose Internet*Mail Extensions(MIME)Part One:Format of Internet Message Bodies"page 23.*More information about this class is available from*...