derecalliance / api-java

DeRec API for use in applications.
Apache License 2.0
5 stars 0 forks source link

DeRecVersion: Add a method to get list of helpers protecting a version #43

Closed diptimahamuni closed 2 months ago

diptimahamuni commented 3 months ago

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()