fromJwk

fun fromJwk(jwk: JsonObject): EcPublicKey

Creates a EcPublicKey from a JSON Web Key according to RFC 7517.

Return

the public key.

Parameters

jwk

the JSON Web Key.