Class Base64

java.lang.Object
org.codehaus.plexus.util.Base64

public class Base64 extends Object
Provides Base64 encoding and decoding as defined by RFC 2045.

This class implements section 6.8. Base64 Content-Transfer-Encoding from RFC 2045 Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies by Freed and Borenstein.

Since:
1.0-dev
Author:
Apache Software Foundation
See Also: