1# OH_Huks_CertChain 2 3 4## Overview 5 6Defines the structure of the certificate chain. 7 8**Since:** 99 10 11**Related Modules:** 12 13[HuksTypeApi](_huks_type_api.md) 14 15 16## Summary 17 18 19### Member Variables 20 21| Name | Description | 22| -------- | -------- | 23| [certs](#certs) | Pointer to the certificate data. | 24| [certsCount](#certscount) | Number of certificates. | 25 26 27## Member Variable Description 28 29 30### certs 31 32 33``` 34struct OH_Huks_Blob* OH_Huks_CertChain::certs 35``` 36**Description**<br> 37Pointer to the certificate data. 38 39 40### certsCount 41 42 43``` 44uint32_t OH_Huks_CertChain::certsCount 45``` 46**Description**<br> 47Number of certificates. 48