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