|
Apache Portable Runtime
|
#include <apr_jose.h>

Data Fields | |
| apr_json_value_t * | header |
| apr_jose_data_t | ekey |
| void * | ctx |
| apr_status_t | status |
A single recipient within a a JSON web encryption.
| void* apr_jose_recipient_t::ctx |
Caller specified context
| apr_jose_data_t apr_jose_recipient_t::ekey |
JWE Encrypted Key
| apr_json_value_t* apr_jose_recipient_t::header |
JWE Header
| apr_status_t apr_jose_recipient_t::status |
Result of decryption for this recipient