Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
Base64.h File Reference
#include "Containers/Array.h"
#include "Containers/UnrealString.h"
#include "CoreTypes.h"
#include "Misc/Timespan.h"
+ Include dependency graph for Base64.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  FBase64
 

Enumerations

enum class  EBase64Mode : uint8 { Standard = 0x0 , UrlSafe = 0x1 , Standard , UrlSafe }
 

Enumeration Type Documentation

◆ EBase64Mode

Mode to use for base64 encoding and decoding

Enumerator
Standard 
UrlSafe 
Standard 

Use the standard set of character mappings. (Table 1 from RFC 4648, known as "base64")

UrlSafe 

Use the "URL and Filename safe" set of character mappings. (Table 2 from RFC 4648, known as "base64url")

Definition at line 11 of file Base64.h.