Skip to main content
Latest
interface jose.JWSHeaderParameters
import { type jose } from "https://deno.land/x/jwe_cookie_map@v1.0.1/src/deps.ts";
const { JWSHeaderParameters } = jose;

Recognized JWS Header Parameters, any other Header Members may also be present.

Index Signatures

[propName: string]: unknown

Properties

optional
alg: string

JWS "alg" (Algorithm) Header Parameter.

optional
b64: boolean

This JWS Extension Header Parameter modifies the JWS Payload representation and the JWS Signing Input computation as per RFC7797.

optional
crit: string[]

JWS "crit" (Critical) Header Parameter.