libcoap 4.3.5-develop-19cef11
|
The common structure that holds the Crypto information. More...
#include <coap_crypto_internal.h>
Data Fields | |
cose_alg_t | alg |
The COSE algorith to use. More... | |
union { | |
coap_crypto_aes_ccm_t aes | |
Used if AES type encryption. More... | |
coap_crypto_key_t key | |
The key to use. More... | |
} | params |
The common structure that holds the Crypto information.
Definition at line 59 of file coap_crypto_internal.h.
coap_crypto_aes_ccm_t coap_crypto_param_t::aes |
Used if AES type encryption.
Definition at line 62 of file coap_crypto_internal.h.
cose_alg_t coap_crypto_param_t::alg |
The COSE algorith to use.
Definition at line 60 of file coap_crypto_internal.h.
coap_crypto_key_t coap_crypto_param_t::key |
The key to use.
Definition at line 63 of file coap_crypto_internal.h.
union { ... } coap_crypto_param_t::params |