From d2e011a2c507539d56c7e2e88767d472c63a33d5 Mon Sep 17 00:00:00 2001 From: wuXin Date: Fri, 12 Jan 2024 06:28:44 +0000 Subject: [PATCH] =?UTF-8?q?update=20security/huks/include/native=5Fhuks=5F?= =?UTF-8?q?api.h.=20=E6=96=B0=E5=A2=9Epermission=E6=9D=83=E9=99=90?= =?UTF-8?q?=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wuXin --- security/huks/include/native_huks_api.h | 1 + 1 file changed, 1 insertion(+) diff --git a/security/huks/include/native_huks_api.h b/security/huks/include/native_huks_api.h index 47ed4b47c..eb7a334f0 100644 --- a/security/huks/include/native_huks_api.h +++ b/security/huks/include/native_huks_api.h @@ -171,6 +171,7 @@ struct OH_Huks_Result OH_Huks_IsKeyItemExist(const struct OH_Huks_Blob *keyAlias /** * @brief Obtain the key certificate chain. * + * @permission ohos.permission.ATTEST_KEY * @param keyAlias Indicates the pointer to the alias of the target key. * @param paramSet Indicates the pointer to the parameters required for obtaining the key certificate. * @param certChain Indicates the pointer to the key certificate chain obtained. -- Gitee