Searched refs:getAllExpiredKeys (Results 1 – 3 of 3) sorted by relevance
110 public abstract List<DBProtectedServersEncryptionConfig> getAllExpiredKeys(Instant now); in getAllExpiredKeys() method in ProtectedServersEncryptionConfigDao
310 assertThat(mProtectedServersEncryptionConfigDao.getAllExpiredKeys(Instant.now())).isEmpty(); in test_getExpiredKeys_noExpiredKeys_returnsEmpty()326 mProtectedServersEncryptionConfigDao.getAllExpiredKeys(currentInstant); in test_getExpiredKeys_returnsExpiredKeys()
302 return mProtectedServersEncryptionConfigDao.getAllExpiredKeys(keyExpiryInstant).stream()