Skip to content

Commit

Permalink
Update Procivis entities (#1)
Browse files Browse the repository at this point in the history
* Update Procivis One Wallet. Add Procivis One Verifier

* Update Procivis One Wallet. Add Procivis One Verifier

* Update Procivis One Wallet. Add Procivis One Verifier

* Update licences

* Google play and appStore Verifier app

* Remove Desk suffix

* Remove Iso 23220 issuance protocol

* Procivis One openSource - true

* Procivis One Core

* Removed LDP-VC

* Updated credentialFormats

* Added One Desk

* Added ISO 23220-3 to core and wallet

* Added ISO 23220-3 to desk

---------

Co-authored-by: Nazarii <[email protected]>
  • Loading branch information
bandirom and Nazarii authored Dec 4, 2024
1 parent b27f983 commit c3941b6
Show file tree
Hide file tree
Showing 8 changed files with 60 additions and 11 deletions.
23 changes: 23 additions & 0 deletions data/wallets/procivis-one-core.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Procivis One Core",
"logo": "logos/procivis-one-core.png",
"company": "Procivis AG",
"companyUrl": "https://www.procivis.ch",
"type": "edge",
"openSource": true,
"license": "Apache-2.0",
"capability": ["issuer", "verifier", "holder"],
"portability": true,
"urlWebsite": "https://www.procivis.ch/en/procivis-one",
"urlWebApp": "https://docs.procivis.ch",
"downloadSource": "https://github.com/procivis/one-core",
"credentialProfiles": ["ISO mDL", "JSON-LD VCs with BBS (Holder DID)"],
"credentialFormats": ["JWT-VC", "JWT", "LDP-VC", "MDOC", "SD-JWT", "SD-JWT-VC", "VC (1.1)"],
"issuanceProtocols": ["OpenID4VCI", "ISO 23220-3"],
"keyManagements": ["did:jwk", "did:key", "did:web", "pub key in X.509 cert"],
"presentationProtocols": ["OpenID4VP"],
"signingAlgorithms": ["BBS+ with public key binding", "ECDSA", "EdDSA"],
"statusManagements": ["Status List 2021", "Validity Credential"],
"trustManagements": [],
"$schema": "../../schemas/wallet.json"
}
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
{
"name": "Procivis One",
"logo": "logos/procivis-one.png",
"name": "Procivis One Desk",
"logo": "logos/procivis-one-core.png",
"company": "Procivis AG",
"companyUrl": "https://www.procivis.ch",
"type": "cloud",
"openSource": false,
"license": "Proprietary",
"capability": ["issuer", "holder", "verifier"],
"license": "Apache-2.0",
"capability": ["issuer", "verifier"],
"portability": true,
"urlWebsite": "https://www.procivis.ch/en/procivis-one",
"urlWebApp": "https://docs.procivis.ch/trial/intro",
"credentialProfiles": ["ISO mDL", "JSON-LD VCs with BBS (Holder DID)"],
"credentialFormats": ["JWT-VC", "LDP-VC", "MDOC", "SD-JWT-VC"],
"issuanceProtocols": ["OpenID4VCI"],
"credentialFormats": ["JWT-VC", "JWT", "LDP-VC", "MDOC", "SD-JWT", "SD-JWT-VC", "VC (1.1)"],
"issuanceProtocols": ["OpenID4VCI", "ISO 23220-3"],
"keyManagements": ["did:jwk", "did:key", "did:web", "pub key in X.509 cert"],
"presentationProtocols": ["OpenID4VP"],
"signingAlgorithms": ["BBS+ with public key binding", "ECDSA", "EdDSA"],
Expand Down
22 changes: 22 additions & 0 deletions data/wallets/procivis-one-verifier.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "Procivis One Verifier",
"logo": "logos/procivis-one-verifier.png",
"company": "Procivis AG",
"companyUrl": "https://www.procivis.ch",
"type": "edge",
"openSource": false,
"license": "Apache-2.0",
"capability": ["verifier"],
"portability": true,
"urlWebsite": "https://www.procivis.ch/en/procivis-one",
"urlGooglePlayStore": "https://play.google.com/store/apps/details?id=ch.procivis.one.verifier.trial",
"urlAppStore": "https://apps.apple.com/at/app/procivis-one-mobile-verifier/id6648778109",
"credentialProfiles": ["ISO mDL", "JSON-LD VCs with BBS (Holder DID)"],
"credentialFormats": ["JWT-VC", "JWT", "LDP-VC", "MDOC", "SD-JWT", "SD-JWT-VC", "VC (1.1)"],
"keyManagements": ["did:jwk", "did:key", "did:web", "pub key in X.509 cert"],
"presentationProtocols": ["OpenID4VP"],
"signingAlgorithms": ["BBS+ with public key binding", "ECDSA", "EdDSA"],
"statusManagements": ["Status List 2021", "Validity Credential"],
"trustManagements": [],
"$schema": "../../schemas/wallet.json"
}
13 changes: 8 additions & 5 deletions data/wallets/procivis-one-wallet.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
{
"name": "Procivis One Wallet",
"logo": "logos/procivis-one.png",
"logo": "logos/procivis-one-wallet.png",
"company": "Procivis AG",
"companyUrl": "https://www.procivis.ch",
"type": "edge",
"openSource": false,
"license": "Proprietary",
"openSource": true,
"license": "Apache-2.0",
"capability": ["holder"],
"portability": true,
"urlWebsite": "https://www.procivis.ch/en/procivis-one",
"urlGooglePlayStore": "https://play.google.com/store/apps/details?id=ch.procivis.one.wallet.trial",
"urlAppStore": "https://apps.apple.com/us/app/procivis-one-wallet/id6480111491",
"downloadSource": "https://github.com/procivis/one-wallet",
"credentialProfiles": ["ISO mDL", "JSON-LD VCs with BBS (Holder DID)"],
"credentialFormats": ["JWT-VC", "LDP-VC", "MDOC", "SD-JWT-VC"],
"issuanceProtocols": ["OpenID4VCI"],
"credentialFormats": ["JWT-VC", "JWT", "LDP-VC", "MDOC", "SD-JWT", "SD-JWT-VC", "VC (1.1)"],
"issuanceProtocols": ["OpenID4VCI", "ISO 23220-3"],
"keyManagements": ["did:jwk", "did:key", "did:web", "pub key in X.509 cert"],
"presentationProtocols": ["OpenID4VP"],
"signingAlgorithms": ["BBS+ with public key binding", "ECDSA", "EdDSA"],
Expand Down
Binary file added viewer/src/assets/logos/procivis-one-core.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added viewer/src/assets/logos/procivis-one-verifier.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added viewer/src/assets/logos/procivis-one-wallet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed viewer/src/assets/logos/procivis-one.png
Binary file not shown.

0 comments on commit c3941b6

Please sign in to comment.