Packages

Gleam implementation of JOSE (JWS, JWE, JWK, JWT) and COSE (COSE_Sign, COSE_Encrypt, COSE_Mac0, CWT) standards

Current section

Files

Jump to
gose include gose@jwe_Jwe.hrl
Raw

include/gose@jwe_Jwe.hrl

-record(jwe, {
header :: gose@jwe:jwe_header(),
aad :: gleam@option:option(bitstring()),
shared_unprotected :: gleam@dict:dict(binary(), gleam@json:json()),
per_recipient_unprotected :: gleam@dict:dict(binary(), gleam@json:json()),
alg_fields :: gose@jwe:alg_fields()
}).