toggle menu
flatInvoker
js
switch theme
search in API
reaktor-core
/
dev.shibasis.reaktor.core.server.cloudflare
/
SubtleCrypto
/
wrapKey
wrap
Key
js
open
fun
wrapKey
(
format
:
String
,
key
:
CryptoKey
,
wrappingKey
:
CryptoKey
,
wrapAlgorithm
:
String
)
:
Promise
<
ArrayBuffer
>
open
fun
wrapKey
(
format
:
String
,
key
:
CryptoKey
,
wrappingKey
:
CryptoKey
,
wrapAlgorithm
:
SubtleCryptoEncryptAlgorithm
)
:
Promise
<
ArrayBuffer
>