Searched refs:secureKey (Results 1 – 1 of 1) sorted by relevance
104 SecretKey secureKey = deriveKeySecurely(password, KEY_SIZE); in retrieveData() local105 storeDataEncryptedWithSecureKey(encryptData(decryptedData, retrieveIv(), secureKey)); in retrieveData()109 SecretKey secureKey = deriveKeySecurely(password, KEY_SIZE); in retrieveData() local110 byte[] decryptedData = decryptData(retrieveEncryptedData(), retrieveIv(), secureKey); in retrieveData()