#include <cstddef>
#include <string>
Go to the source code of this file.
|
int | base64decode (const char *in, size_t inLen, unsigned char *out, size_t *outLen) |
|
int | base64encode (const char *in, size_t inLen, unsigned char *out, size_t *outLen) |
|
std::string | urlDecode (const std::string &SRC) |
|
int base64decode |
( |
const char * |
in, |
|
|
size_t |
inLen, |
|
|
unsigned char * |
out, |
|
|
size_t * |
outLen |
|
) |
| |
int base64encode |
( |
const char * |
in, |
|
|
size_t |
inLen, |
|
|
unsigned char * |
out, |
|
|
size_t * |
outLen |
|
) |
| |
std::string urlDecode |
( |
const std::string & |
SRC | ) |
|