Base 64 text to byte decoded. To produce the binary array from
base 64 encoding call
MimeBase64Decoder.translate for each sequence of
characters and
MimeBase64Decoder.getByteArray to mark closure of the
character stream and retrieve the binary contents.
author: Based on code from the Mozilla Directory SDK