Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
KeyChainUtilities Namespace Reference

Functions

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

Function Documentation

◆ ApplyEncryptionKeys()

static void KeyChainUtilities::ApplyEncryptionKeys ( const FKeyChain & KeyChain)
static

Definition at line 212 of file KeyChainUtilities.h.

+ Here is the call graph for this function:

◆ LoadKeyChainFromFile()

static void KeyChainUtilities::LoadKeyChainFromFile ( const FString & InFilename,
FKeyChain & OutCryptoSettings )
static

Definition at line 152 of file KeyChainUtilities.h.

+ Here is the call graph for this function:

◆ ParseRSAKeyFromJson()

static FRSAKeyHandle KeyChainUtilities::ParseRSAKeyFromJson ( TSharedPtr< FJsonObject > InObj)
static

Definition at line 125 of file KeyChainUtilities.h.