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: KeyFormatJump to headingwrappedKey: BufferSourceJump to headingunwrappingKey: CryptoKeyJump to headingunwrapAlgorithm: Jump to headingunwrappedKeyAlgorithm: Jump to headingextractable: booleanJump to headingkeyUsages: KeyUsage[]Return Type Jump to heading
Promise<CryptoKey>