28 namespace Cryptography {
35 static std::string encode(
const void * data,
const size_t dataSize);
39 static void decode(
ByteArray & decoded,
const std::string & encoded);
43 static std::string encodeUrl(
const void * data,
const size_t dataSize);
47 static void decodeUrl(
ByteArray & decoded,
const std::string & encoded);
#define ONIXS_FIXENGINE_API
std::vector< unsigned char > ByteArray
The simple presentation of the byte sequence.
The BASE64 encoding service.