Apache2
apr_jose_jwe_t Struct Reference

#include <apr_jose.h>

Collaboration diagram for apr_jose_jwe_t:

Data Fields

apr_jose_recipient_trecipient
 
apr_array_header_trecipients
 
apr_jose_encryption_tencryption
 
apr_jose_tpayload
 

Detailed Description

A JSON web encryption

Field Documentation

◆ encryption

apr_jose_encryption_t* apr_jose_jwe_t::encryption

JWE Encryption Parameters

◆ payload

apr_jose_t* apr_jose_jwe_t::payload

JWE Payload

◆ recipient

apr_jose_recipient_t* apr_jose_jwe_t::recipient

JWE Compact / Flattened Recipient

◆ recipients

apr_array_header_t* apr_jose_jwe_t::recipients

JWE General Recipients


The documentation for this struct was generated from the following file: