CryptoAuthLib v3.7.8
Microchip CryptoAuthentication Library
 
Loading...
Searching...
No Matches
cryptoauthlib.atcacert.atcacert_cert_element_t Class Reference
Inheritance diagram for cryptoauthlib.atcacert.atcacert_cert_element_t:
cryptoauthlib.library.AtcaStructure

Static Protected Attributes

int _pack_ = 1
 
dict _def_
 

Additional Inherited Members

- Public Member Functions inherited from cryptoauthlib.library.AtcaStructure
None __init__ (self, *args, **kwargs)
 
def from_definition (cls)
 
def check_rationality (cls)
 
def get_field_definition (cls, str name)
 
Any __getattribute__ (self, str name)
 
def __iter__ (self)
 
def __str__ (self)
 
def to_c_code (self, name=None, **kwargs)
 
def update_from_buffer (self, buffer)
 

Detailed Description

CTypes mirror of atcacert_cert_element_t from atcacert_def.h

Field Documentation

◆ _def_

dict cryptoauthlib.atcacert.atcacert_cert_element_t._def_
staticprotected
Initial value:
= {
'id': (c_char, 25), # ID identifying this element.
'device_loc': (atcacert_device_loc_t,), # Location in the device for the element.
'cert_loc': (atcacert_cert_loc_t,), # Location in the certificate template for the element.
'transforms': (atcacert_transform_t, 2) # Transforms for converting the device data.
}