filter Passwords

private open fun filterPasswords(passwords: List<Password>, keywords: Set<String>): List<Password>

Method used to apply the keywords filter to the result list

Return

the passwords list filtered as List of Password

Parameters

passwords

The passwords list to filter

keywords

The filter keywords to apply