diff --git a/security/huks/include/native_huks_type.h b/security/huks/include/native_huks_type.h index 5a4bbb3ef3a1367bc325f04f0ab3f8dd5cf2e3a6..a4c3d0f5a3723b62b2cb9c668cc719fcd3d60fe5 100644 --- a/security/huks/include/native_huks_type.h +++ b/security/huks/include/native_huks_type.h @@ -606,9 +606,13 @@ enum OH_Huks_ChallengePosition { */ enum OH_Huks_SecureSignType { /** - * The signature carries authentication information. This field is specified when a key - * is generated or imported. When the key is used to sign data, the data will be added with - * the authentication information and then be signed. + * The signature carries authentication information. This field is specified when a key + * is generated or imported. When the key is used to sign data, 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. */ OH_HUKS_SECURE_SIGN_WITH_AUTHINFO = 1, };