Bojan Cvetojevic

Results 3 issues of Bojan Cvetojevic

The current API only allows for a single issuer per wallet instance. ([docs](https://github.com/eu-digital-identity-wallet/eudi-lib-android-wallet-core?tab=readme-ov-file#initialize-the-library)) The ARF doesn't seem to impose such limitations? It would be beneficial if we could register multiple...

Should the wallet-sdk open an interface to send out error responses to the Verifier in case a user reject sharing requested credentials? (Maybe utilizing [oid4vp client](https://github.com/eu-digital-identity-wallet/eudi-lib-jvm-siop-openid4vp-kt?tab=readme-ov-file#dispatch-authorization-error-response-to-verifier--rp)) Looking at the oid4vp...

When performing an OpenID4VP presentation if we specify the signature algorithm ES256 when generating the response (as in the examples), the process fails with the following error: > java.lang.NullPointerException: Attempt...