Searched refs:configEncryptedLines (Results 1 – 1 of 1) sorted by relevance
455 List<String> configEncryptedLines = new LinkedList<>(); in saveEncryptedKey() local459 configEncryptedLines.add(getEncryptedKeyData(key)); in saveEncryptedKey()467 if (!configEncryptedLines.isEmpty()) { in saveEncryptedKey()468 Files.write(Paths.get(CONFIG_CHECKSUM_ENCRYPTION_PATH), configEncryptedLines); in saveEncryptedKey() local