From 3cd6c893054a1ba7567115be1e1670293459b2cd Mon Sep 17 00:00:00 2001 From: y30053096 Date: Wed, 15 May 2024 16:57:49 +0800 Subject: [PATCH] deprecate OH_Huks_AttestKeyItem Signed-off-by: y30053096 Change-Id: I807533b2a964bc1e621901eae52a22f4731a481f --- 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 eb7a334f0..087925382 100644 --- a/security/huks/include/native_huks_api.h +++ b/security/huks/include/native_huks_api.h @@ -177,6 +177,7 @@ struct OH_Huks_Result OH_Huks_IsKeyItemExist(const struct OH_Huks_Blob *keyAlias * @param certChain Indicates the pointer to the key certificate chain obtained. * @return Returns {@link OH_Huks_ErrCode#OH_HUKS_SUCCESS} if the operation is successful; * returns an error code otherwise. + * @deprecated since 12 * @since 9 * @version 1.0 */ -- Gitee