From b086ec18e6746a2a3d12e2f111c62b3229e6f415 Mon Sep 17 00:00:00 2001 From: shuyi Date: Wed, 16 Mar 2022 19:28:52 -0700 Subject: [PATCH] =?UTF-8?q?API=E6=96=87=E6=A1=A3=E7=A4=BA=E4=BE=8B?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: shuyi --- zh-cn/application-dev/reference/apis/js-apis-huks.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-huks.md b/zh-cn/application-dev/reference/apis/js-apis-huks.md index f4442ac7279..ace59c9a9b2 100755 --- a/zh-cn/application-dev/reference/apis/js-apis-huks.md +++ b/zh-cn/application-dev/reference/apis/js-apis-huks.md @@ -371,7 +371,7 @@ var alias = 'alias'; var properties = new Array(); properties[0] = { tag: huks.HuksTag.HUKS_TAG_ALGORITHM, - value: huksHukssKeyAlg.HUKS_ALG_RSA + value: huksHuksKeyAlg.HUKS_ALG_RSA }; properties[1] = { tag: huks.HuksTag.HUKS_TAG_KEY_SIZE, @@ -891,8 +891,6 @@ properties[1] = { properties[2] = { tag: huks.HksTag.HKS_TAG_KEY_SIZE, value: huks.HksKeySize.HKS_DH_KEY_SIZE_4096 -}; - value: huks.HuksKeyDigest.HUKS_DIGEST_NONE }; var options = { properties: properties @@ -982,8 +980,6 @@ properties[1] = { properties[2] = { tag: huks.HksTag.HKS_TAG_KEY_SIZE, value: huks.HksKeySize.HKS_DH_KEY_SIZE_4096 -}; - value: huks.HuksKeyDigest.HUKS_DIGEST_NONE }; var options = { properties: properties @@ -1060,8 +1056,6 @@ properties[1] = { properties[2] = { tag: huks.HksTag.HKS_TAG_KEY_SIZE, value: huks.HksKeySize.HKS_DH_KEY_SIZE_4096 -}; - value: huks.HuksKeyDigest.HUKS_DIGEST_NONE }; var options = { properties: properties @@ -1139,8 +1133,6 @@ properties[1] = { properties[2] = { tag: huks.HksTag.HKS_TAG_KEY_SIZE, value: huks.HksKeySize.HKS_DH_KEY_SIZE_4096 -}; - value: huks.HuksKeyDigest.HUKS_DIGEST_NONE }; var options = { properties: properties -- Gitee