Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
KeyChainUtilities.h File Reference
#include "CoreMinimal.h"
#include "HAL/FileManager.h"
#include "Misc/AES.h"
#include "Misc/IEngineCrypto.h"
#include "Misc/CoreDelegates.h"
#include "Misc/Base64.h"
#include "Serialization/Archive.h"
#include "Serialization/JsonSerializer.h"
#include "RSA.h"
+ Include dependency graph for KeyChainUtilities.h:

Go to the source code of this file.

Classes

struct  FNamedAESKey
 
struct  FKeyChain
 

Namespaces

namespace  KeyChainUtilities
 

Functions

static FRSAKeyHandle KeyChainUtilities::ParseRSAKeyFromJson (TSharedPtr< FJsonObject > InObj)
 
static void KeyChainUtilities::LoadKeyChainFromFile (const FString &InFilename, FKeyChain &OutCryptoSettings)
 
static void KeyChainUtilities::ApplyEncryptionKeys (const FKeyChain &KeyChain)