Package Exports
- @veramo/did-comm
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@veramo/did-comm) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Veramo DIDComm
Veramo messaging plugin implementing DIDComm v2, as specified by the DIDComm v2 Spec as well as certain "DIDComm Protocols"
Spec Compliance
Message Formats
Message Envelopes:
| Envelope | Veramo 'packing' | IANA type (typ) |
packDIDCommMessage | unpackDIDCommMessage | notes |
|---|---|---|---|---|---|
| plaintext | 'none' | application/didcomm-plain+json |
[X] | [X] | |
| signed(plaintext) | 'jws' | application/didcomm-signed+json |
[X] | [X] | |
| anoncrypt(plaintext) | 'anoncrypt' | application/didcomm-encrypted+json |
[X] | [X] | |
| authcrypt(plaintext) | 'authcrypt' | application/didcomm-encrypted+json |
[X] | [X] | |
| anoncrypt(sign(plaintext)) | 'anoncrypt+jws' | application/didcomm-encrypted+json |
[ ] | [ ] | |
| authcrypt(sign(plaintext)) | 'authcrypt+jws' | application/didcomm-encrypted+json |
[ ] | [ ] | SHOULD NOT be emitted, but MAY be accepted |
| anoncryptauthcrypt((sign(plaintext))) | '' | application/didcomm-encrypted+json |
[ ] | [ ] |