decentralized-identity / JWS-Test-Suite

JsonWebSignature2020 Test Suite
https://identity.foundation/JWS-Test-Suite
Apache License 2.0
9 stars 11 forks source link

Add RSA key #21

Closed clehner closed 3 years ago

clehner commented 3 years ago

Add RSA key with 2048-bit modulus.

This key was generated using the jose CLI tool (jose jwk gen -i '{"kty":"RSA","bits":2048}')

Reference for key representation: https://datatracker.ietf.org/doc/html/rfc7518#section-6.3

Implementations should use the PS256 JWS algorithm, as specified in lds-jws2020: