Module

x/jose/index.ts>JWEHeaderParameters

JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other Web-interoperable runtimes.
Extremely Popular
Go to Latest
interface JWEHeaderParameters
import { type JWEHeaderParameters } from "https://dotland.deno.dev/x/jose@v5.2.4/index.ts";

Recognized JWE Header Parameters, any other Header members may also be present.

Index Signatures

[propName: string]: unknown

Properties

optional
alg: string

JWE "alg" (Algorithm) Header Parameter.

optional
enc: string

JWE "enc" (Encryption Algorithm) Header Parameter.

optional
crit: string[]

JWE "crit" (Critical) Header Parameter.

optional
deprecated
zip: string

JWE "zip" (Compression Algorithm) Header Parameter. This parameter is not supported anymore.