Versions Compared

Key

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

...

The JWS Protected Header shall contain the following fields:
{
"alg": 'ECJWA',
  "kid": string <kid defined from the AB>,
  "authid": string <your PID> ,
 "notvalidafter": integer (unix timestamp),
  "serial": integer (serialNumber),
}

...