Apache2
apr_jose_recipient_t Struct Reference

#include <apr_jose.h>

Collaboration diagram for apr_jose_recipient_t:

Data Fields

apr_json_value_theader
 
apr_jose_data_t ekey
 
void * ctx
 
apr_status_t status
 

Detailed Description

A single recipient within a a JSON web encryption.

Field Documentation

◆ ctx

void* apr_jose_recipient_t::ctx

Caller specified context

◆ ekey

apr_jose_data_t apr_jose_recipient_t::ekey

JWE Encrypted Key

◆ header

apr_json_value_t* apr_jose_recipient_t::header

JWE Header

◆ status

apr_status_t apr_jose_recipient_t::status

Result of decryption for this recipient


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