diff --git a/zh-cn/application-dev/reference/native-apis/_o_h___huks___cert_chain.md b/zh-cn/application-dev/reference/native-apis/_o_h___huks___cert_chain.md new file mode 100644 index 0000000000000000000000000000000000000000..de35546c979af0684a8e7c8cea4399101536e0fd --- /dev/null +++ b/zh-cn/application-dev/reference/native-apis/_o_h___huks___cert_chain.md @@ -0,0 +1,47 @@ +# OH_Huks_CertChain + + +## 概述 + +定义证书链的结构体类型。 + + **起始版本:** +9 + +**相关模块:** + +[HuksTypeApi](_huks_type_api.md) + + +## 汇总 + + +### 成员变量 + +| 名称 | 描述 | +| -------- | -------- | +| [certs](#certs) | struct [OH_Huks_Blob](_o_h___huks___blob.md) \*
指向证书数据的指针。 | +| [certsCount](#certscount) | uint32_t
证书本数。 | + + +## 结构体成员变量说明 + + +### certs + + +``` +struct OH_Huks_Blob* OH_Huks_CertChain::certs +``` +**描述:** +指向证书数据的指针。 + + +### certsCount + + +``` +uint32_t OH_Huks_CertChain::certsCount +``` +**描述:** +证书本数。