Conscience Core
Static Public Member Functions | List of all members
jwt::alphabet::base64 Struct Reference

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::string & fill ()
 

Detailed Description

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

Member Function Documentation

◆ data()

static const std::array<char, 64>& jwt::alphabet::base64::data ( )
inlinestatic

◆ fill()

static const std::string& jwt::alphabet::base64::fill ( )
inlinestatic

The documentation for this struct was generated from the following file: