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