Google Cloud IoT device SDK for embedded C  1.0.2
iotc_crypto_key_data_t Struct Reference

#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
 

Detailed Description

The parameters with which to create JWTs.

Definition at line 260 of file iotc_types.h.

Field Documentation

◆ crypto_key_signature_algorithm

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.

◆ crypto_key_union

iotc_crypto_key_union_t crypto_key_union

The public or private key data.

Definition at line 265 of file iotc_types.h.

◆ crypto_key_union_type

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.


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