#include <Base64.h>
Definition at line 39 of file Base64.h.
Static Public Member Functions | |
| static std::string | encode (const std::string &data) |
returns the Base64 version of data as a string. | |
| static std::string | decode (const std::string &data) |
returns the decoded version of Base64 encoded data as a string. | |
| static bool | isPrintable (const std::string &s) |
Tests a string s to see if all the characters are printable (whether to call encode())). | |
1.5.5