From 202b3b627d7e360eeeec53dede8e555df3bad415 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=97=BA=E9=91=AB?= <1023082007@qq.com> Date: Fri, 10 Mar 2023 06:26:22 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/apis/js-apis-cert.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 陈旺鑫 <1023082007@qq.com> --- zh-cn/application-dev/reference/apis/js-apis-cert.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-cert.md b/zh-cn/application-dev/reference/apis/js-apis-cert.md index 437db74e5f..c3451703a6 100755 --- a/zh-cn/application-dev/reference/apis/js-apis-cert.md +++ b/zh-cn/application-dev/reference/apis/js-apis-cert.md @@ -922,7 +922,7 @@ getKeyUsage() : DataBlob | 错误码ID | 错误信息 | | -------- | ------------------------------------------------- | -| 19020002 | runtime error. | +| 19020001 | memory error. | | 19030001 | crypto operation error.| **示例:** @@ -2130,7 +2130,7 @@ let validator = cryptoCert.createCertChainValidator("PKIX"); ### 属性 -**系统能力:** SystemCapability.Security.CryptoFramework +**系统能力:** SystemCapability.Security.Cert | 名称 | 类型 | 可读 | 可写 | 说明 | | ------- | ------ | ---- | ---- | -------------------------- | -- GitLab