Searched refs:getExpiredKeys (Results 1 – 5 of 5) sorted by relevance
258 mProtectedServersEncryptionConfigDao.getExpiredKeys( in test_getExpiredKeysForType_noExpiredKeys_returnsEmpty()262 mProtectedServersEncryptionConfigDao.getExpiredKeys( in test_getExpiredKeysForType_noExpiredKeys_returnsEmpty()266 mProtectedServersEncryptionConfigDao.getExpiredKeys( in test_getExpiredKeysForType_noExpiredKeys_returnsEmpty()284 mProtectedServersEncryptionConfigDao.getExpiredKeys( in test_getExpiredKeysForType_returnsExpiredKeys_success()291 mProtectedServersEncryptionConfigDao.getExpiredKeys( in test_getExpiredKeysForType_returnsExpiredKeys_success()298 mProtectedServersEncryptionConfigDao.getExpiredKeys( in test_getExpiredKeysForType_returnsExpiredKeys_success()
253 assertThat(mEncryptionKeyDao.getExpiredKeys(Instant.now())).isEmpty(); in test_getExpiredKeys_noExpiredKeys_returnsEmpty()268 List<DBEncryptionKey> expiredKeys = mEncryptionKeyDao.getExpiredKeys(currentInstant); in test_getExpiredKeys_returnsExpiredKeys()
87 public abstract List<DBEncryptionKey> getExpiredKeys(Instant now); in getExpiredKeys() method in EncryptionKeyDao
99 public abstract List<DBProtectedServersEncryptionConfig> getExpiredKeys( in getExpiredKeys() method in ProtectedServersEncryptionConfigDao
325 return mEncryptionKeyDao.getExpiredKeys(keyExpiryInstant).stream()