eu-digital-green-certificates / dgca-issuance-service

Repository for the dgca issuance service.
Apache License 2.0
20 stars 27 forks source link

feat: implement CBOR + COSE (backend) #4

Closed jurosens closed 3 years ago

jurosens commented 3 years ago

Feature description

a-trzewik commented 3 years ago

See example implementation in kotlin (Which can be directly reused as maven dependency) https://github.com/ehn-digital-green-development/hcert-kotlin

The kotlin code is clean and seam to be complete. it can be compiled to jvm library and used directly in java project as maven dependency.

If the functionality should be implemented on backend side than the issue should be move to dgce-issuance-service project

a-trzewik commented 3 years ago

Integrated as maven dependency https://github.com/ehn-digital-green-development/hcert-kotlin see endpoint POST /cert/create available in dev mode profile