deno.com
method SubtleCrypto.unwrapKey
#SubtleCrypto.unwrapKey(
format: KeyFormat,
wrappedKey: BufferSource,
unwrappingKey: CryptoKey,
extractable: boolean,
keyUsages: KeyUsage[],
): Promise<CryptoKey>

Parameters #

#format: KeyFormat
#wrappedKey: BufferSource
#unwrappingKey: CryptoKey
#extractable: boolean
#keyUsages: KeyUsage[]

Return Type #

Promise<CryptoKey>