join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
base64.hpp File Reference
#include <join/openssl.hpp>
#include <iostream>
#include <iomanip>
#include <string>
Include dependency graph for base64.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  join::Encoderbuf
 encoder stream buffer. More...
 
class  join::Encoder
 encoder. More...
 
class  join::Decoderbuf
 decoder stream buffer. More...
 
class  join::Decoder
 decoder. More...
 
class  join::Base64
 base64 encode, decode class. More...
 

Namespaces

namespace  join
 

Typedefs

using join::BytesArray = std::vector <uint8_t>
 bytes array.
 

Functions

__inline__ std::string join::bin2hex (const BytesArray &bin)
 convert bytes array to string.