From 3b0d553d0cdb54d242e69fdb2a0cd6e160a554f0 Mon Sep 17 00:00:00 2001 From: wpy88 Date: Tue, 15 Jul 2025 19:21:10 +0800 Subject: [PATCH 1/3] add privacy warning Signed-off-by: wpy88 --- api/@ohos.security.huks.d.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/@ohos.security.huks.d.ts b/api/@ohos.security.huks.d.ts index 649db1190a..a148bdb03b 100644 --- a/api/@ohos.security.huks.d.ts +++ b/api/@ohos.security.huks.d.ts @@ -5257,6 +5257,9 @@ declare namespace huks { * The signature carries authentication information. This field is specified when a key is generated or * imported. When the key is used for signing, the data will be added with the authentication information and then * be signed. + * The carried authentication information contains personal identification details. Developers are required + * to clearly state the purpose of use, retention policy, and destruction method of such personal information in + * their privacy policy. * * @syscap SystemCapability.Security.Huks.Extension * @atomicservice -- Gitee From 1707991519afb85940c596deec67bf3be58587c3 Mon Sep 17 00:00:00 2001 From: wpy88 Date: Wed, 16 Jul 2025 09:59:05 +0800 Subject: [PATCH 2/3] policy to statement Signed-off-by: wpy88 --- api/@ohos.security.huks.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.security.huks.d.ts b/api/@ohos.security.huks.d.ts index a148bdb03b..20ed34531a 100644 --- a/api/@ohos.security.huks.d.ts +++ b/api/@ohos.security.huks.d.ts @@ -5259,7 +5259,7 @@ declare namespace huks { * be signed. * The carried authentication information contains personal identification details. Developers are required * to clearly state the purpose of use, retention policy, and destruction method of such personal information in - * their privacy policy. + * their privacy statement. * * @syscap SystemCapability.Security.Huks.Extension * @atomicservice -- Gitee From 2d445e9495801a13a6dc383f66a3ebb39eee54c2 Mon Sep 17 00:00:00 2001 From: wpy88 Date: Mon, 21 Jul 2025 19:57:01 +0800 Subject: [PATCH 3/3] add privacy notice Signed-off-by: wpy88 --- api/@ohos.security.huks.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/api/@ohos.security.huks.d.ts b/api/@ohos.security.huks.d.ts index 20ed34531a..815e0a2413 100644 --- a/api/@ohos.security.huks.d.ts +++ b/api/@ohos.security.huks.d.ts @@ -5257,6 +5257,7 @@ declare namespace huks { * The signature carries authentication information. This field is specified when a key is generated or * imported. When the key is used for signing, the data will be added with the authentication information and then * be signed. + * NOTICE: * The carried authentication information contains personal identification details. Developers are required * to clearly state the purpose of use, retention policy, and destruction method of such personal information in * their privacy statement. -- Gitee