findAll

suspend fun findAll(): List<UserKey>

Retrieves all stored user keys.

Returns a complete list of all user key metadata stored in the system. This is useful for operations that need to work with multiple users, such as key selection UIs or bulk operations.

Return

A list of all stored UserKey objects, or an empty list if no keys exist