Description
Is your feature request related to a problem? Please describe.
The current SDJWT implementation we use is a Rust library, but it lacks support for Status List, requiring us to maintain a separate library. Migrating to this Kotlin-based library would eliminate the need for an additional library, simplify maintenance, and unlock the potential to leverage the SDJWT-VC specification and Status List support.
https://github.com/eu-digital-identity-wallet/eudi-lib-jvm-sdjwt-kt
Also we it will allow use issue secp256k1 sdjwt vc
Describe the solution you'd like
cloud agent need to be update to use this library
https://github.com/eu-digital-identity-wallet/eudi-lib-jvm-sdjwt-kt
Describe alternatives you've considered
We could update this library https://github.com/input-output-hk/sd-jwt-rust and improve the library to support status list
Additional context
Add any other context or screenshots about the feature request here.