Skip to main content
Module

x/jose/types.d.ts>JWEKeyManagementHeaderParameters

"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 JWEKeyManagementHeaderParameters
import { type JWEKeyManagementHeaderParameters } from "https://deno.land/x/jose@v4.8.3/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