|
FileSecureStorage & | operator= (FileSecureStorage const &) |
|
| FileSecureStorage (FileSecureStorage const &) |
|
virtual bool | add (::std::string const &key, ::std::string const &value) |
|
virtual bool | addOrUpdate (::std::string const &key, ::std::string const &value) |
|
virtual bool | remove (::std::string const &key) |
|
virtual bool | get (::std::string const &key, ::std::string &outValue) |
|
MCAPI | FileSecureStorage (::Core::PathBuffer<::std::string > const &settingsPath, ::Core::PathBuffer<::Core::BasicStackString< char, 1024 > > const &sskSystem, ::ISecureStorageKeySystem *baseSettingsPath, ::Core::Path const &userDataPath, ::FileSecureStorage::StorageSystem *storage) |
|
MCAPI::std::string | _contentKeyObfuscator (::std::string const &codedData, ::std::string const &identifier) |
|
MCAPI::SecureStorageKey | _getSecureStorageKey () const |
|
MCAPI bool | _init (bool expectedFailure) |
|
MCAPI void | _initalizeSymmetricEncyrption (::std::string &symmetricKey, bool force) |
|
MCAPI void | _rebuildSecureStorageFile () |
|
MCAPI void * | $ctor (::Core::PathBuffer<::std::string > const &settingsPath, ::Core::PathBuffer<::Core::BasicStackString< char, 1024 > > const &sskSystem, ::ISecureStorageKeySystem *baseSettingsPath, ::Core::Path const &userDataPath, ::FileSecureStorage::StorageSystem *storage) |
|
MCAPI void | $dtor () |
|
MCAPI bool | $add (::std::string const &key, ::std::string const &value) |
|
MCAPI bool | $addOrUpdate (::std::string const &key, ::std::string const &value) |
|
MCAPI bool | $remove (::std::string const &key) |
|
MCAPI bool | $get (::std::string const &key, ::std::string &outValue) |
|