#include <Base64Encoder.hpp>
Definition at line 45 of file Base64Encoder.hpp.
Static Public Member Functions | |
| char | encode6 (long s) |
| Encode the lowest 6 bits. | |
| std::string | encode (const std::string &str) |
| Encode the given string in base64. | |
Static Public Attributes | |
| const std::string | encode_string = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/" |
| Base64 Encoding (0-255). | |
|
|
Encode the given string in base64.
Definition at line 39 of file Base64Encoder.cpp. References Base64Encoder::encode6(). |
|
|
Encode the lowest 6 bits.
Definition at line 53 of file Base64Encoder.hpp. Referenced by Base64Encoder::encode(). |
|
|
Base64 Encoding (0-255).
Definition at line 32 of file Base64Encoder.cpp. |
1.3.9.1