Sample JWS Signing Application

Default values are cited from "draft-jones-json-web-signature-04 Annex.2".

InputJWS Header
JWS Payload
Signing PKCS#1 RSA Private Key
Output JWS Signature

USAGE

  1. Just press "Generate JWS Signature" button.
  2. You can specify signature algorithm name such as "RS256"(SHA256withRSA), "RS512"(SHA512withRSA), "PS256"(SHA256withRSAPSS), "PS512"(SHA512withRSAPSS). If it isn't un-supported value, it will raise an error.
  3. If malformed JWS Head is specified, it will raise an error.
  4. As for JWS signature verification, please see this sample.
Copyright © 2013-2016 Kenji Urushima, Dave All Rights Reserved.
Go back to index