Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/KeyChainUtilities.h |
| Include | #include "Misc/KeyChainUtilities.h" |
Syntax
struct FKeyChain
Constructors
| Type | Name | Description | |
|---|---|---|---|
FKeyChain () |
|||
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TMap< FGuid, FNamedAESKey > & | |||
| TMap< FGuid, FNamedAESKey > & | |||
| const FNamedAESKey * | |||
| PRAGMA_DISABLE_DEPRECATION_WARNINGSFRSAKeyHandle | |||
| void | SetEncryptionKeys
(
const TMap< FGuid, FNamedAESKey >& keys |
||
| void | SetPrincipalEncryptionKey
(
const FNamedAESKey* key |
||
| void | SetSigningKey
(
FRSAKeyHandle key |
Operators
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| TMap< FGuid, FNamedAESKey > | EncryptionKeys | Use GetEncryptionKeys instead | |
| const FNamedAESKey * | MasterEncryptionKey | Use Get/SetPrincipalEncryptionKey instead | |
| FRSAKeyHandle | SigningKey | Use Get/SetSigningKey instead |