Goby3 3.5.1
2026.06.04
Loading...
Searching...
No Matches
jwt::alphabet::base64 Struct Reference

valid list of character when working with Base64 More...

#include <goby/util/thirdparty/jwt-cpp/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 ()
 

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

Definition at line 32 of file base.h.

Member Function Documentation

◆ data()

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

Definition at line 33 of file base.h.

◆ fill()

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

Definition at line 57 of file base.h.

◆ rdata()

static const std::array< int8_t, 256 > & jwt::alphabet::base64::rdata ( )
inlinestatic

Definition at line 41 of file base.h.


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