gloox
1.0.28
|
Functions | |
const std::string | encode64 (const std::string &input) |
const std::string | decode64 (const std::string &input) |
An implementation of the Base64 data encoding (RFC 3548)
GLOOX_API const std::string decode64 | ( | const std::string & | input | ) |
Base64-decodes the input according to RFC 3548.
input | The encoded data. |
Definition at line 83 of file base64.cpp.
GLOOX_API const std::string encode64 | ( | const std::string & | input | ) |
Base64-encodes the input according to RFC 3548.
input | The data to encode. |
Definition at line 38 of file base64.cpp.