SubtleCrypto.unwrapKey - Web documentation
method SubtleCrypto.unwrapKey

Parameters

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

Return Type

Promise<CryptoKey>