persist multi encryption keys

This commit is contained in:
orignal 2020-04-15 22:04:18 -04:00
parent a2a0f62135
commit f4798d05e7
2 changed files with 12 additions and 5 deletions

View file

@ -256,7 +256,7 @@ namespace client
std::shared_ptr<ClientDestination> GetSharedFromThis () {
return std::static_pointer_cast<ClientDestination>(shared_from_this ());
}
void PersistTemporaryKeys (EncryptionKey * keys);
void PersistTemporaryKeys (EncryptionKey * keys, bool isSingleKey);
void ReadAuthKey (const std::string& group, const std::map<std::string, std::string> * params);
private: