generated from iotaledger/template
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Feature description
When wanting to attach a KB-JWT to an SD-JWT that has some claims undisclosed two presentations are required:
- the first to remove the disclosures associated with the claims that should be concealed;
- the second to attach the KB-JWT computed over the SD-JWT resulting from the first presentation;
This API is awkward and might lead to misinterpretation as happened in #16 .
Provide a new API that allows to attach a KB-JWT computed over the SD-JWT encapsulated in a SdJwtPresentationBuilder, hence removing the need for two presentations.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request