• Parameters

    • privateKey: CryptoKey
    • publicKey: CryptoKey
    • Optionalopts: Partial<
          {
              alg: "AES-CTR"
              | "AES-CBC"
              | "AES-GCM";
              iv: ArrayBuffer;
              length: SymmKeyLength;
          },
      >

    Returns Promise<SymmKey>