method SubtleCrypto.unwrapKey
Jump to headingSubtleCrypto.unwrapKey(format: KeyFormat,wrappedKey: BufferSource,unwrappingKey: CryptoKey,unwrapAlgorithm: ,unwrappedKeyAlgorithm: ,extractable: boolean,keyUsages: KeyUsage[],): Promise<CryptoKey>
Parameters Jump to heading
Jump to headingformat: KeyFormat
Jump to headingwrappedKey: BufferSource
Jump to headingunwrappingKey: CryptoKey
Jump to headingunwrapAlgorithm:
Jump to headingunwrappedKeyAlgorithm:
Jump to headingextractable: boolean
Jump to headingkeyUsages: KeyUsage[]
Return Type Jump to heading
Promise<CryptoKey>