Package cryptix.util.mime

Class Summary
Base64 This class provides methods for encoding and decoding data in MIME base64 format.
CRLF This class provides static methods to convert strings to and from the MIME "canonical" form, in which all line breaks are represented as ASCII CR followed by ASCII LF.
ISOLatin1 This class contains static functions useful in converting between Strings and byte arrays.
QuotedPrintable This class provides methods for encoding and decoding data in MIME quoted-printable format, as described in RFC 2045 (Section 6.7).
TransferEncoding This abstract class provides an API for encoding and decoding data according to a MIME Content-Transfer-Encoding.
 

Exception Summary
MIMEFormatException This exception is thrown when MIME input data does not meet the expected constraints (e.g. contains invalid characters, has the wrong length, etc.)