| JWT-CPP v0.7.1
    A header only library for creating and validating JSON Web Tokens (JWT) in C++ | 
valid list of character when working with Base64 More...
#include <base.h>
| Static Public Member Functions | |
| static const std::array< char, 64 > & | data () | 
| static const std::array< int8_t, 256 > & | rdata () | 
| static const std::string & | fill () | 
valid list of character when working with Base64
As directed in X.509 Parameter certificate chains are base64-encoded as per Section 4 of RFC4648