import { EncryptJWT } from "https://deno.land/x/jose@v5.9.6/jwt/encrypt.ts";
Sets the JWE Key Management parameters to be used when encrypting. Use of this is method is really only needed for ECDH based algorithms when utilizing the Agreement PartyUInfo or Agreement PartyVInfo parameters. Other parameters will always be randomly generated when needed and missing.
Parameters
parameters: JWEKeyManagementHeaderParameters
JWE Key Management parameters.