Skip to content

Commit a0735bc

Browse files
Add namirial entries (#173)
* Add Namirial Gateway and Namirial Wallet entries Signed-off-by: Mattia Tarallo <m.tarallo@namirial.com> * Update Namirial Gateway and Namirial Wallet entries Signed-off-by: Mattia Tarallo <m.tarallo@namirial.com> * Revert "Update Namirial Gateway and Namirial Wallet entries" This reverts commit 6e11641. Signed-off-by: Mattia Tarallo <m.tarallo@namirial.com> * Update Namirial Gateway and Namirial Wallet entries Signed-off-by: Mattia Tarallo <m.tarallo@namirial.com> --------- Signed-off-by: Mattia Tarallo <m.tarallo@namirial.com>
1 parent 58702d3 commit a0735bc

2 files changed

Lines changed: 120 additions & 0 deletions

File tree

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
{
2+
"capability": [
3+
"issuer",
4+
"verifier"
5+
],
6+
"operatorModel": [],
7+
"executionEnvironment": "cloud",
8+
"logo": "https://wallet-demo.namirial.com/static/img/namirial-wallet-logo-no-background-.png",
9+
"name": "Namirial Wallet Gateway",
10+
"company": "Namirial S.p.A.",
11+
"companyUrl": "https://www.namirial.com",
12+
"urlWebsite": "https://www.namirial.com/en/wallet/",
13+
"urlWebApp": "https://wallet-demo.namirial.com",
14+
"openSource": false,
15+
"portability": false,
16+
"credentialProfiles": [
17+
"HAIP",
18+
"ICAO DTC",
19+
"ISO mDL",
20+
"JSON-LD Verifiable Credentials with secp256k1",
21+
"JWT VC Presentation Profile",
22+
"SD-JWT VCs (w/ X.509 for Issuers)"
23+
],
24+
"credentialFormats": [
25+
"ICAO DTC",
26+
"JWT-VC",
27+
"JWT",
28+
"LDP-VC",
29+
"MDOC",
30+
"SD-JWT VC",
31+
"SD-JWT",
32+
"VCDM 1.1"
33+
],
34+
"issuanceProtocols": [
35+
"OpenID4VCI"
36+
],
37+
"keyManagements": [
38+
".well-known/jwt-issuer",
39+
"cose key",
40+
"did:jwk",
41+
"did:key",
42+
"did:web",
43+
"jwks_uri",
44+
"pub key in X.509 cert",
45+
"raw public keys (jwk)"
46+
],
47+
"presentationProtocols": [
48+
"OpenID4VP"
49+
],
50+
"signingAlgorithms": [
51+
"ECDSA"
52+
],
53+
"statusManagements": [
54+
"Token Status List (TSL)"
55+
],
56+
"trustManagements": [
57+
"X.509 certificates"
58+
],
59+
"$schema": "../../schemas/wallet.json"
60+
}

data/wallets/namirial-wallet.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
{
2+
"capability": [
3+
"holder"
4+
],
5+
"operatorModel": [],
6+
"executionEnvironment": "edge",
7+
"logo": "https://wallet-demo.namirial.com/static/img/namirial-wallet-logo-no-background-.png",
8+
"name": "Namirial Wallet",
9+
"company": "Namirial S.p.A.",
10+
"companyUrl": "https://www.namirial.com",
11+
"urlWebsite": "https://www.namirial.com/en/wallet/",
12+
"urlAppStore": "https://apps.apple.com/it/app/namirial-wallet/id6739498969",
13+
"urlGooglePlayStore": "https://play.google.com/store/apps/details?id=com.namirial.wallet",
14+
"openSource": false,
15+
"portability": false,
16+
"credentialProfiles": [
17+
"HAIP",
18+
"ICAO DTC",
19+
"ISO mDL",
20+
"JSON-LD Verifiable Credentials with secp256k1",
21+
"JWT VC Presentation Profile",
22+
"SD-JWT VCs (w/ X.509 for Issuers)"
23+
],
24+
"credentialFormats": [
25+
"ICAO DTC",
26+
"JWT-VC",
27+
"JWT",
28+
"LDP-VC",
29+
"MDOC",
30+
"SD-JWT VC",
31+
"SD-JWT",
32+
"VCDM 1.1"
33+
],
34+
"issuanceProtocols": [
35+
"OpenID4VCI"
36+
],
37+
"keyManagements": [
38+
".well-known/jwt-issuer",
39+
"cose key",
40+
"did:jwk",
41+
"did:key",
42+
"did:web",
43+
"jwks_uri",
44+
"pub key in X.509 cert",
45+
"raw public keys (jwk)"
46+
],
47+
"presentationProtocols": [
48+
"OpenID4VP"
49+
],
50+
"signingAlgorithms": [
51+
"ECDSA"
52+
],
53+
"statusManagements": [
54+
"Token Status List (TSL)"
55+
],
56+
"trustManagements": [
57+
"X.509 certificates"
58+
],
59+
"$schema": "../../schemas/wallet.json"
60+
}

0 commit comments

Comments
 (0)