zeed
    Preparing search index...

    Function generateKeyXAES

    • Generate a random key suitable for XAES-256-GCM. The actual key is an AES-CBC CryptoKey with 256-bit length.

      This function is not necessary, as you can use crypto.subtle.generateKey with AES-CBC directly.

      Parameters

      • Optionalextractable: boolean

      Returns Promise<CryptoKey>