Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/jose/types.d.ts>JWEKeyManagementHeaderParameters

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 JWEKeyManagementHeaderParameters
import { type JWEKeyManagementHeaderParameters } from "https://deno.land/x/jose@v5.2.1/types.d.ts";

Recognized JWE Key Management-related Header Parameters.

Properties

optional
apu: Uint8Array
optional
apv: Uint8Array
optional
deprecated
p2c: number
optional
deprecated
p2s: Uint8Array
optional
deprecated
iv: Uint8Array
optional
deprecated
epk: KeyLike