Import a key suitable for XAES-256-GCM. The actual key must be an AES-CBC CryptoKey with 256-bit length.
This function is not necessary, as you can use crypto.subtle.importKey with AES-CBC directly.
Optional
Import a key suitable for XAES-256-GCM. The actual key must be an AES-CBC CryptoKey with 256-bit length.
This function is not necessary, as you can use crypto.subtle.importKey with AES-CBC directly.