1# OH_Huks_CertChain 2 3 4## 概述 5 6定义证书链的结构体类型。 7 8**起始版本:** 9 9 10**相关模块:**[HuksTypeApi](_huks_type_api.md) 11 12**所在头文件:**[native_huks_type.h](native__huks__type_8h.md) 13 14 15## 汇总 16 17 18### 成员变量 19 20| 名称 | 描述 | 21| -------- | -------- | 22| struct [OH_Huks_Blob](_o_h___huks___blob.md) \* [certs](#certs) | 指向证书数据的指针。 | 23| uint32_t [certsCount](#certscount) | 证书本数。 | 24 25 26## 结构体成员变量说明 27 28 29### certs 30 31``` 32struct OH_Huks_Blob* OH_Huks_CertChain::certs 33``` 34**描述** 35指向证书数据的指针。 36 37 38### certsCount 39 40``` 41uint32_t OH_Huks_CertChain::certsCount 42``` 43**描述** 44证书本数。 45