Goby3  3.1.5
2024.05.14
jwt::base Class Reference

Alphabet generic methods for working with encoding/decoding the base64 family. More...

#include <goby/util/thirdparty/jwt-cpp/base.h>

Static Public Member Functions

template<typename T >
static std::string encode (const std::string &bin)
 
template<typename T >
static std::string decode (const std::string &base)
 
template<typename T >
static std::string pad (const std::string &base)
 
template<typename T >
static std::string trim (const std::string &base)
 

Detailed Description

Alphabet generic methods for working with encoding/decoding the base64 family.

Definition at line 70 of file base.h.

Member Function Documentation

◆ decode()

template<typename T >
static std::string jwt::base::decode ( const std::string &  base)
inlinestatic

Definition at line 77 of file base.h.

◆ encode()

template<typename T >
static std::string jwt::base::encode ( const std::string &  bin)
inlinestatic

Definition at line 73 of file base.h.

◆ pad()

template<typename T >
static std::string jwt::base::pad ( const std::string &  base)
inlinestatic

Definition at line 81 of file base.h.

◆ trim()

template<typename T >
static std::string jwt::base::trim ( const std::string &  base)
inlinestatic

Definition at line 85 of file base.h.


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