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... | |
Specifies the data structure of the Public Key details (key, size and 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.
uint16_t public_key_from_host::length |
Length of public key buffer.
uint8_t* public_key_from_host::public_key |
Pointer to Public Key.