#include <OSBase64.h>
Public Member Functions | |
| Base64 () | |
| Base64 class constructior. | |
| ~Base64 () | |
| Base64 class destructor. | |
Static Public Member Functions | |
| static std::string | encodeb64 (char *bytes, int size) |
| encode the data in base 64 | |
| static std::string | decodeb64 (char *b64bytes) |
| dencode the data in base 64 | |
Definition at line 34 of file OSBase64.h.
| Base64::Base64 | ( | ) |
Base64 class constructior.
| Base64::~Base64 | ( | ) |
Base64 class destructor.
| std::string Base64::encodeb64 | ( | char * | bytes, | |
| int | size | |||
| ) | [static] |
encode the data in base 64
| bytes | is the input to be encoded. | |
| size | is the size of the pointer in bytes |
Definition at line 33 of file OSBase64.cpp.
References base64_char_cstr.
| std::string Base64::decodeb64 | ( | char * | b64bytes | ) | [static] |
dencode the data in base 64
| b64bytes | is the input to be decoded |
Definition at line 82 of file OSBase64.cpp.
References base64_char_cstr.
1.4.7