From ac3b99f97cc5531e476380ad5b3fba4ade4a140c Mon Sep 17 00:00:00 2001 From: lcy_lovebug Date: Fri, 13 Jun 2025 09:47:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=9E=B6=E6=9E=84=E7=BD=91?= =?UTF-8?q?=E7=AB=99=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lcy_lovebug Change-Id: Ib550bb1514cf0090dfe406c5185f74be893afd72 --- api/@ohos.security.huks.d.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/@ohos.security.huks.d.ts b/api/@ohos.security.huks.d.ts index 2482bf2bdf..ca815ef38e 100644 --- a/api/@ohos.security.huks.d.ts +++ b/api/@ohos.security.huks.d.ts @@ -1558,8 +1558,6 @@ declare namespace huks { * 3. Parameter verification failed. * @throws { BusinessError } 801 - api is not supported * @throws { BusinessError } 12000001 - algorithm mode is not supported - * @throws { BusinessError } 12000002 - algorithm param is missing - * @throws { BusinessError } 12000003 - algorithm param is invalid * @throws { BusinessError } 12000004 - operating file failed * @throws { BusinessError } 12000005 - IPC communication failed * @throws { BusinessError } 12000006 - error occurred in crypto engine -- Gitee