crypto.JWK()
Description
Creates an instance of JWK.
Syntax
new crypto.JWK({ ...json })
Parameters
new crypto.JWK(json)
json
An object containing the fields of a JWK.
Return Value
A JWK object containing information of the JWK.
Creates an instance of JWK.
new crypto.JWK({ ...json })
new crypto.JWK(json)
An object containing the fields of a JWK.
A JWK object containing information of the JWK.