Skip to main content
Module

x/jose/index.ts>JWEHeaderParameters

"JSON Web Almost Everything" - JWA, JWS, JWE, JWT, JWK, JWKS with no dependencies using runtime's native crypto in Node.js, Browser, Cloudflare Workers, Electron, and Deno.
Extremely Popular
Go to Latest
interface JWEHeaderParameters
import { type JWEHeaderParameters } from "https://deno.land/x/jose@v4.8.3/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
zip: string

JWE "zip" (Compression Algorithm) Header Parameter.