Class Base64Utils


  • public class Base64Utils
    extends Object
    Base64 encoding/decoding utilities. This implementation is not MIME compliant (rfc1421). The padding in this implementation (if used) is a prefix of the output.
    Author:
    Scott.Stark@jboss.org, Josef Cacek