Searched refs:importedKeys (Results 1 – 1 of 1) sorted by relevance
779 List<ImportedKey> importedKeys = new ArrayList<>(); in testUnlockedDeviceRequiredKeysAreInvalidatedByLockRemoval() local783 importedKeys.add(importDefaultKatKey(algorithm, importParams)); in testUnlockedDeviceRequiredKeysAreInvalidatedByLockRemoval()787 for (ImportedKey key : importedKeys) { in testUnlockedDeviceRequiredKeysAreInvalidatedByLockRemoval()797 List<Pair<String, ImportedKey>> importedKeys = new ArrayList<>(); in testUnlockedDeviceRequiredKeysAreNotInvalidatedByLockRemoval() local802 importedKeys.add(Pair.create(algorithm, key)); in testUnlockedDeviceRequiredKeysAreNotInvalidatedByLockRemoval()806 for (Pair<String, ImportedKey> pair : importedKeys) { in testUnlockedDeviceRequiredKeysAreNotInvalidatedByLockRemoval()1352 List<ImportedKey> importedKeys = new ArrayList<>(); in testAuthBoundKeysAreInvalidatedByLockRemoval() local1362 importedKeys.add(key); in testAuthBoundKeysAreInvalidatedByLockRemoval()1368 for (ImportedKey key : importedKeys) { in testAuthBoundKeysAreInvalidatedByLockRemoval()