MultipazProject
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
MultipazProject
multipaz
/
org.multipaz.crypto
/
EcPrivateKey
/
Companion
/
fromJwk
from
Jwk
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.