Utility class to do Base64 decoding, as defined by RFC 2045,
section 6.8 (http://www.ietf.org/rfc/rfc2045.txt)
Uses the same class and function names as Sun's implementation from
sun.misc
Consente di decodificare una stringa di tipo Base64
Utility class to do Base64 encoding, as defined by RFC 2045,
section 6.8 (http://www.ietf.org/rfc/rfc2045.txt)
Uses the same class and function names as Sun's implementation from
sun.misc
Consente di codificare una stringa in Base64