import { CompactEncrypt } from "https://deno.land/x/jose@v5.9.6/index.ts";
Encrypts and resolves the value of the Compact JWE string.
Parameters
key: KeyLike | Uint8Array
Public Key or Secret to encrypt the JWE with. See Algorithm Key Requirements.
optional
options: EncryptOptionsJWE Encryption options.