From 1618d7472e88bf4007a91849ccacb00a6658b369 Mon Sep 17 00:00:00 2001 From: Alan Wang Date: Tue, 3 Dec 2024 16:40:28 -0800 Subject: [PATCH] Update Anonyome Mobile Wallet Signed-off-by: Alan Wang --- data/wallets/anonyome-wallet.json | 6 +++--- viewer/src/app/wallets/wallets-data.ts | 10 +++++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/data/wallets/anonyome-wallet.json b/data/wallets/anonyome-wallet.json index 569a540..5a667db 100644 --- a/data/wallets/anonyome-wallet.json +++ b/data/wallets/anonyome-wallet.json @@ -9,10 +9,10 @@ "openSource": false, "license": "", "credentialProfiles": ["AnonCreds with did:indy"], - "credentialFormats": ["AnonCred", "LDP-VC", "VC (1.1)"], - "issuanceProtocols": ["Issue Credential v1", "Issue Credential v2"], + "credentialFormats": ["AnonCred", "LDP-VC", "VC (1.1)", "SD-JWT-VC", "SD-JWT"], + "issuanceProtocols": ["Issue Credential v1", "Issue Credential v2", "OpenID4VCI"], "keyManagements": ["did:indy", "did:key", "did:peer", "link secrets"], - "presentationProtocols": ["Present Proof v2", "Present Proof v1.0"], + "presentationProtocols": ["Present Proof v2", "Present Proof v1.0", "OpenID4VP"], "signingAlgorithms": ["BBS+ with public key binding", "CL", "ECDSA", "EdDSA"], "statusManagements": ["Indy Revocation"], "trustManagements": [], diff --git a/viewer/src/app/wallets/wallets-data.ts b/viewer/src/app/wallets/wallets-data.ts index c754a36..5173cff 100644 --- a/viewer/src/app/wallets/wallets-data.ts +++ b/viewer/src/app/wallets/wallets-data.ts @@ -102,11 +102,14 @@ export const walletData: Wallet[] = [ "credentialFormats": [ "AnonCred", "LDP-VC", - "VC (1.1)" + "VC (1.1)", + "SD-JWT-VC", + "SD-JWT" ], "issuanceProtocols": [ "Issue Credential v1", - "Issue Credential v2" + "Issue Credential v2", + "OpenID4VCI" ], "keyManagements": [ "did:indy", @@ -116,7 +119,8 @@ export const walletData: Wallet[] = [ ], "presentationProtocols": [ "Present Proof v2", - "Present Proof v1.0" + "Present Proof v1.0", + "OpenID4VP" ], "signingAlgorithms": [ "BBS+ with public key binding",