Skip to content

Latest commit

 

History

History
117 lines (65 loc) · 1.89 KB

File metadata and controls

117 lines (65 loc) · 1.89 KB

Interface: CompactJWEHeaderParameters

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

Table of contents

Properties

Properties

alg

alg: string

JWE "alg" (Algorithm) Header Parameter.


crit

Optional crit: string[]

JWE "crit" (Critical) Header Parameter.


cty

Optional cty: string

"cty" (Content Type) Header Parameter.


enc

enc: string

JWE "enc" (Encryption Algorithm) Header Parameter.


jku

Optional jku: string

"jku" (JWK Set URL) Header Parameter.


jwk

Optional jwk: Pick<JWK, "kty" | "crv" | "x" | "y" | "e" | "n">

"jwk" (JSON Web Key) Header Parameter.


kid

Optional kid: string

"kid" (Key ID) Header Parameter.


typ

Optional typ: string

"typ" (Type) Header Parameter.


x5c

Optional x5c: string[]

"x5c" (X.509 Certificate Chain) Header Parameter.


x5t

Optional x5t: string

"x5t" (X.509 Certificate SHA-1 Thumbprint) Header Parameter.


x5u

Optional x5u: string

"x5u" (X.509 URL) Header Parameter.


zip

Optional zip: string

JWE "zip" (Compression Algorithm) Header Parameter.