It would be helpful for a Sharer to see which of their Helpers is protecting a version of their secret. If we could create a method which returns a List of HelperStatus objects of the helpers protecting that version, then the application can display it in the UI.
Solution
Add a method in DeRecVersion called List<DeRecHelperStatus> getProtectingHelperStatuses()
Problem
It would be helpful for a Sharer to see which of their Helpers is protecting a version of their secret. If we could create a method which returns a List of HelperStatus objects of the helpers protecting that version, then the application can display it in the UI.
Solution
Add a method in DeRecVersion called
List<DeRecHelperStatus> getProtectingHelperStatuses()