zeed
    Preparing search index...

    Function exportKeyXAES

    • Export a key. The resulting export will have AES-CBC algorithm specified.

      This function is not necessary, as you can use crypto.subtle.exportKey directly.

      Parameters

      • format: "jwk" | "raw" | "pkcs8" | "spki"
      • key: CryptoKey

      Returns Promise<ArrayBuffer | JsonWebKey>