derecalliance / api-java

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

DeRecHelper: Unable to get all version numbers stored of a secret #22

Closed diptimahamuni closed 1 month ago

diptimahamuni commented 1 month ago

Problem

The UI needs to show what versions a helper is storing for a given secret. An API is needed to get all version numbers stored for a given secretId.

Solution

Add method List<? extends Integer> getVersionNumbersForASecret(DeRecSecret.Id secretId) to DeRecHelper.java