|
Google Cloud IoT device SDK for embedded C
1.0.2
|
#include <iotc_types.h>
Data Fields | |
| iotc_crypto_key_union_type_t | crypto_key_union_type |
| iotc_crypto_key_union_t | crypto_key_union |
| iotc_crypto_key_signature_algorithm_t | crypto_key_signature_algorithm |
The parameters with which to create JWTs.
Definition at line 260 of file iotc_types.h.
| iotc_crypto_key_signature_algorithm_t crypto_key_signature_algorithm |
The ES256 algorithm with which to sign JWTs.
Definition at line 268 of file iotc_types.h.
| iotc_crypto_key_union_t crypto_key_union |
The public or private key data.
Definition at line 265 of file iotc_types.h.
| iotc_crypto_key_union_type_t crypto_key_union_type |
The internal code that represents the data type of the public or private key.
Definition at line 263 of file iotc_types.h.