Navigation
API > API/Runtime > API/Runtime/Core
| Name | FKeyChain |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/KeyChainUtilities.h |
| Include Path | #include "Misc/KeyChainUtilities.h" |
Syntax
struct FKeyChain
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FKeyChain () |
Misc/KeyChainUtilities.h | ||
| Misc/KeyChainUtilities.h | |||
| Misc/KeyChainUtilities.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| EncryptionKeys | TMap< FGuid, FNamedAESKey > | Misc/KeyChainUtilities.h | ||
| MasterEncryptionKey | const FNamedAESKey * | Misc/KeyChainUtilities.h | ||
| SigningKey | FRSAKeyHandle | Misc/KeyChainUtilities.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TMap< FGuid, FNamedAESKey > & GetEncryptionKeys () |
Misc/KeyChainUtilities.h | ||
TMap< FGuid, FNamedAESKey > & GetEncryptionKeys () |
Misc/KeyChainUtilities.h | ||
const FNamedAESKey * GetPrincipalEncryptionKey() |
Misc/KeyChainUtilities.h | ||
PRAGMA_DISABLE_DEPRECATION_WARNINGSFRSAKeyHandle GetSigningKey() |
Misc/KeyChainUtilities.h | ||
void SetEncryptionKeys
(
const TMap< FGuid, FNamedAESKey >& keys |
Misc/KeyChainUtilities.h | ||
void SetPrincipalEncryptionKey
(
const FNamedAESKey* key |
Misc/KeyChainUtilities.h | ||
void SetSigningKey
(
FRSAKeyHandle key |
Misc/KeyChainUtilities.h |