Description
With the implementation of Bring Your Own Wallet, the validation of a DID is necessary. As this validations are for DIM wallet and also for BYOW a new service UniversalDidResolver was created.
As DIM DIMBusinessLogic already contains the validation of did document and schema,
I want to refactor the existing methods in the DIMBusinessLogic to point to the new UniversalDidResolver service,
so that we can separate the code to the correct domain and also avoid duplications.
Acceptance Criteria
Additional Information
Please refer to the following ticket for better understanding of BYOW:
eclipse-tractusx/sig-release#1160
The new service UniversalDidResolver can be found in the following PR:
#1422
Description
With the implementation of Bring Your Own Wallet, the validation of a DID is necessary. As this validations are for DIM wallet and also for BYOW a new service UniversalDidResolver was created.
As DIM DIMBusinessLogic already contains the validation of did document and schema,
I want to refactor the existing methods in the DIMBusinessLogic to point to the new UniversalDidResolver service,
so that we can separate the code to the correct domain and also avoid duplications.
Acceptance Criteria
Additional Information
Please refer to the following ticket for better understanding of BYOW:
eclipse-tractusx/sig-release#1160
The new service UniversalDidResolver can be found in the following PR:
#1422