Skip to main content
method SubtleCrypto.unwrapKey
private
SubtleCrypto.unwrapKey(
format: KeyFormat,
wrappedKey: BufferSource,
unwrappingKey: CryptoKey,
extractable: boolean,
keyUsages: KeyUsage[],
): Promise<CryptoKey>
Deprecated

Parameters

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

Return Type

Promise<CryptoKey>
Back to top