OPTIGA Trust M  1.1.0
C++ library for Optiga Trust M Chip Security Controller
public_key_from_host Struct Reference

Specifies the data structure of the Public Key details (key, size and type) More...

#include <optiga_lib_common.h>

Public Attributes

uint8_t * public_key
 Pointer to Public Key. More...
 
uint16_t length
 Length of public key buffer. More...
 
uint8_t key_type
 Public key type details. For ECC key use optiga_ecc_curve_t and for RSA key use optiga_rsa_key_type_t. More...
 

Detailed Description

Specifies the data structure of the Public Key details (key, size and type)

Member Data Documentation

◆ key_type

uint8_t public_key_from_host::key_type

Public key type details. For ECC key use optiga_ecc_curve_t and for RSA key use optiga_rsa_key_type_t.

◆ length

uint16_t public_key_from_host::length

Length of public key buffer.

◆ public_key

uint8_t* public_key_from_host::public_key

Pointer to Public Key.


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