Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
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
)