Json Web Keys

Overview

This plugin contains two functions namely createjsonwebkey - generates a JSON Web Key using RSA, Hmac or EC algorithms for signing and verifying JSON Web Tokens and createjwkusingpkcs8 - generates JSON Web Key with the PKCS8 keys using RSA, Hmac or EC algorithms for signing and verifying JSON Web Tokens.

Key Features & Functionality

Functions:

  1. createjsonwebkey()
  2. createjwkusingpkcs8()
Anonymous