method GeneralEncrypt.prototype.setSharedUnprotectedHeaderimport { GeneralEncrypt } from "https://dotland.deno.dev/x/jose@v5.9.6/index.ts"; setSharedUnprotectedHeader(sharedUnprotectedHeader: JWEHeaderParameters): thisSets the JWE Shared Unprotected Header on the GeneralEncrypt object. ParameterssharedUnprotectedHeader: JWEHeaderParametersJWE Shared Unprotected Header object. Returnsthis