Go to the source code of this file.
Classes | |
| class | QMD5 |
| An adapted C++ implementation of RSA Data Securities MD5 algorithm. More... | |
Namespaces | |
| namespace | QCodecs |
A wrapper class for the most commonly used encoding and decoding algorithms. | |
Functions | |
| MBASE_PUBLIC QByteArray | QCodecs::quotedPrintableEncode (const QByteArray &in, bool useCRLF=true) |
| Encodes the given data using the quoted-printable algorithm. | |
| MBASE_PUBLIC void | QCodecs::quotedPrintableEncode (const QByteArray &in, QByteArray &out, bool useCRLF) |
| Encodes the given data using the quoted-printable algorithm. | |
| MBASE_PUBLIC QByteArray | QCodecs::quotedPrintableDecode (const QByteArray &in) |
| Decodes a quoted-printable encoded data. | |
| MBASE_PUBLIC void | QCodecs::quotedPrintableDecode (const QByteArray &in, QByteArray &out) |
| Decodes a quoted-printable encoded data. | |
| MBASE_PUBLIC QByteArray | QCodecs::uuencode (const QByteArray &in) |
| Encodes the given data using the uuencode algorithm. | |
| MBASE_PUBLIC void | QCodecs::uuencode (const QByteArray &in, QByteArray &out) |
| Encodes the given data using the uuencode algorithm. | |
| MBASE_PUBLIC QByteArray | QCodecs::uudecode (const QByteArray &in) |
| Decodes the given data using the uudecode algorithm. | |
| MBASE_PUBLIC void | QCodecs::uudecode (const QByteArray &in, QByteArray &out) |
| Decodes the given data using the uudecode algorithm. | |
| MBASE_PUBLIC QByteArray | QCodecs::base64Encode (const QByteArray &in, bool insertLFs=false) |
| Encodes the given data using the base64 algorithm. | |
| MBASE_PUBLIC void | QCodecs::base64Encode (const QByteArray &in, QByteArray &out, bool insertLFs=false) |
| Encodes the given data using the base64 algorithm. | |
| MBASE_PUBLIC QByteArray | QCodecs::base64Decode (const QByteArray &in) |
| Decodes the given data that was encoded using the base64 algorithm. | |
| MBASE_PUBLIC void | QCodecs::base64Decode (const QByteArray &in, QByteArray &out) |
| Decodes the given data that was encoded with the base64 algorithm. | |
1.6.3