identity.rs
identity.rs copied to clipboard
Add JSON Web Signature 2020 suite
Add a signature suite with the following properties:
- [ ] Limited set of JOSE algorithms.
- [ ] Normalise signed data using ~JCS~ RDF.
- [ ] Signatures are JWS tokens with detached content.
- [ ] Public keys are stored as JSON Web Keys (JWK).
- [ ] Support JSON Web Signature 2020
Related to #939.
During Actor development it will have to be determined if this is useful for DIDComm or not. If no reason can be found, we can close the issue.
Changing this issue away from implementing JcsJoseSignature2021 in favour of the existing JsonWebSignature2020, which is similar apart from the canonicalisation algorithm being RDF rather than JCS. This is to better align with the larger ecosystem.
Closing as the spec and the superseding are deprecated