Static Public Member Functions | |
static void | decode (ByteArray &decoded, const std::string &encoded) |
static void | decode (ByteArray &decoded, Messaging::StrRef encoded) |
Definition at line 36 of file Base64Encoding.h.
|
static |
Reconstructs the binary data from a BASE64-encoded string.
Exception | if the string is corrupted or not BASE64-encoded. |
|
static |
Reconstructs the binary data from a BASE64-encoded string.
Exception | if the string is corrupted or not BASE64-encoded. |