Ark Server API (ASA) - Wiki
|
#include <KeyChainUtilities.h>
Public Member Functions | |
FKeyChain ()=default | |
FKeyChain (const FKeyChain &Other) | |
FKeyChain (FKeyChain &&Other) | |
FKeyChain & | operator= (const FKeyChain &Other) |
FKeyChain & | operator= (FKeyChain &&Other) |
PRAGMA_DISABLE_DEPRECATION_WARNINGS FRSAKeyHandle | GetSigningKey () const |
void | SetSigningKey (FRSAKeyHandle key) |
const FNamedAESKey * | GetPrincipalEncryptionKey () const |
void | SetPrincipalEncryptionKey (const FNamedAESKey *key) |
const TMap< FGuid, FNamedAESKey > & | GetEncryptionKeys () const |
TMap< FGuid, FNamedAESKey > & | GetEncryptionKeys () |
void | SetEncryptionKeys (const TMap< FGuid, FNamedAESKey > &keys) |
Public Attributes | |
PRAGMA_ENABLE_DEPRECATION_WARNINGS FRSAKeyHandle | SigningKey = InvalidRSAKeyHandle |
TMap< FGuid, FNamedAESKey > | EncryptionKeys |
const FNamedAESKey * | MasterEncryptionKey = nullptr |
Definition at line 29 of file KeyChainUtilities.h.
|
default |
|
inline |
|
inline |
Definition at line 107 of file KeyChainUtilities.h.
|
inline |
Definition at line 106 of file KeyChainUtilities.h.
|
inline |
|
inline |
|
inline |
Definition at line 109 of file KeyChainUtilities.h.
|
inline |
|
inline |
TMap<FGuid, FNamedAESKey> FKeyChain::EncryptionKeys |
Definition at line 116 of file KeyChainUtilities.h.
const FNamedAESKey* FKeyChain::MasterEncryptionKey = nullptr |
Definition at line 119 of file KeyChainUtilities.h.
PRAGMA_ENABLE_DEPRECATION_WARNINGS FRSAKeyHandle FKeyChain::SigningKey = InvalidRSAKeyHandle |
Definition at line 113 of file KeyChainUtilities.h.