-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix add wallet repo and company URL Signed-off-by: Sven Stucki <[email protected]> * Add Procivis One wallet and agent Signed-off-by: Sven Stucki <[email protected]> --------- Signed-off-by: Sven Stucki <[email protected]> Co-authored-by: Sven Stucki <[email protected]>
- Loading branch information
1 parent
87b7239
commit cd22b7a
Showing
5 changed files
with
93 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"name": "Procivis One Wallet", | ||
"logo": "logos/procivis-one.png", | ||
"company": "Procivis AG", | ||
"companyUrl": "https://www.procivis.ch", | ||
"type": "edge", | ||
"openSource": false, | ||
"license": "Proprietary", | ||
"capability": [ | ||
"holder" | ||
], | ||
"portability": "yes", | ||
"linkToApp": "", | ||
"credentialProfiles": [ | ||
"ISO mDL", | ||
"JSON-LD VCs with BBS (Holder DID)" | ||
], | ||
"credentialFormats": [ | ||
"JWT-VC", | ||
"LDP-VC", | ||
"MDOC", | ||
"SD-JWT-VC" | ||
], | ||
"issuanceProtocols": [ | ||
"OpenID4VCI" | ||
], | ||
"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": "../schema.json" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
{ | ||
"name": "Procivis One", | ||
"logo": "logos/procivis-one.png", | ||
"company": "Procivis AG", | ||
"companyUrl": "https://www.procivis.ch", | ||
"type": "cloud", | ||
"openSource": false, | ||
"license": "Proprietary", | ||
"capability": [ | ||
"issuer", | ||
"holder", | ||
"verifier" | ||
], | ||
"portability": "yes", | ||
"linkToApp": "", | ||
"credentialProfiles": [ | ||
"ISO mDL", | ||
"JSON-LD VCs with BBS (Holder DID)" | ||
], | ||
"credentialFormats": [ | ||
"JWT-VC", | ||
"LDP-VC", | ||
"MDOC", | ||
"SD-JWT-VC" | ||
], | ||
"issuanceProtocols": [ | ||
"OpenID4VCI" | ||
], | ||
"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": "../schema.json" | ||
} |