toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-web
/
web.crypto
/
SubtleCrypto
/
exportKey
export
Key
suspend
fun
exportKey
(
format
:
KeyFormat.jwk
,
key
:
CryptoKey
)
:
JsonWebKey
(
source
)
MDN Reference
suspend
fun
exportKey
(
format
:
KeyFormat
,
key
:
CryptoKey
)
:
ArrayBuffer
(
source
)