toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
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
)