Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The JWS Payload shall contain the following fields:

{
'mtbPublicKeysaddMtbPublicKeys': [ JWK Object, JWK Object .. JWK Object ], (only new keys, existing keys still in use shall not be listed again)
'removemtbPublicKeysdelMtbPublicKeys': [ JWK Object kid, JWK Object kid .. JWK Object kid] (if no keys are to be removed, this field can be omitted)
}

...