Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-web
/
web.crypto
/
SubtleCrypto
/
exportKeyAsync
export
Key
Async
fun
exportKeyAsync
(
format
:
KeyFormat.jwk
,
key
:
CryptoKey
)
:
Promise
<
JsonWebKey
>
(
source
)
fun
exportKeyAsync
(
format
:
KeyFormat
,
key
:
CryptoKey
)
:
Promise
<
ArrayBuffer
>
(
source
)