Searched refs:encryptedString (Results 1 – 2 of 2) sorted by relevance
29 virtual void set_encrypt_key_or_remove_key(std::string prefix, std::string encryptedString) = 0;46 virtual bool set_encrypt_key_or_remove_key(std::string prefix, std::string encryptedString) = 0;
546 String encryptedString = line.substring(index + 1); in loadEncryptionFile() local548 mNameEncryptKey.put(prefixString, encryptedString); in loadEncryptionFile()