Current section
Files
Jump to
Current section
Files
include/gose@jose@jwe_multi_EncryptedMultiJwe.hrl
-record(encrypted_multi_jwe, {
enc :: gose:content_alg(),
protected_b64 :: binary(),
recipients :: list(gose@jose@jwe_multi:encrypted_recipient()),
iv :: bitstring(),
ciphertext :: bitstring(),
tag :: bitstring()
}).