libwasm ~master (2024-01-10T15:05:21Z)
Dub
Repo
SubtleCrypto.unwrapKey
libwasm
bindings
SubtleCrypto
SubtleCrypto
Undocumented in source. Be warned that the author may not have intended to support it.
struct
SubtleCrypto
nothrow
auto
unwrapKey
()
(
string
format
,
scope
ref
BufferSource
wrappedKey
,
scope
ref
CryptoKey
unwrappingKey
,
scope
ref
AlgorithmIdentifier
unwrapAlgorithm
,
scope
ref
AlgorithmIdentifier
unwrappedKeyAlgorithm
,
bool
extractable
,
scope
ref
Sequence
!(
string
)
keyUsages
)
Meta
Source
See Implementation
libwasm
bindings
SubtleCrypto
SubtleCrypto
constructors
this
functions
decrypt
deriveBits
deriveKey
digest
encrypt
exportKey
generateKey
importKey
sign
unwrapKey
verify
wrapKey
variables
handle