fromJwk

fun fromJwk(jwk: JsonObject): EcPrivateKey

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

Return

the private key.

Parameters

jwk

the JSON Web Key.