未验证 提交 e136ecaa 编写于 作者: O openharmony_ci 提交者: Gitee

!2116 ohoh北向接口文档交付huks-API示例问题修复

Merge pull request !2116 from shuyi/myfeature
...@@ -371,7 +371,7 @@ var alias = 'alias'; ...@@ -371,7 +371,7 @@ var alias = 'alias';
var properties = new Array(); var properties = new Array();
properties[0] = { properties[0] = {
tag: huks.HuksTag.HUKS_TAG_ALGORITHM, tag: huks.HuksTag.HUKS_TAG_ALGORITHM,
value: huksHukssKeyAlg.HUKS_ALG_RSA value: huksHuksKeyAlg.HUKS_ALG_RSA
}; };
properties[1] = { properties[1] = {
tag: huks.HuksTag.HUKS_TAG_KEY_SIZE, tag: huks.HuksTag.HUKS_TAG_KEY_SIZE,
...@@ -891,8 +891,6 @@ properties[1] = { ...@@ -891,8 +891,6 @@ properties[1] = {
properties[2] = { properties[2] = {
tag: huks.HksTag.HKS_TAG_KEY_SIZE, tag: huks.HksTag.HKS_TAG_KEY_SIZE,
value: huks.HksKeySize.HKS_DH_KEY_SIZE_4096 value: huks.HksKeySize.HKS_DH_KEY_SIZE_4096
};
value: huks.HuksKeyDigest.HUKS_DIGEST_NONE
}; };
var options = { var options = {
properties: properties properties: properties
...@@ -982,8 +980,6 @@ properties[1] = { ...@@ -982,8 +980,6 @@ properties[1] = {
properties[2] = { properties[2] = {
tag: huks.HksTag.HKS_TAG_KEY_SIZE, tag: huks.HksTag.HKS_TAG_KEY_SIZE,
value: huks.HksKeySize.HKS_DH_KEY_SIZE_4096 value: huks.HksKeySize.HKS_DH_KEY_SIZE_4096
};
value: huks.HuksKeyDigest.HUKS_DIGEST_NONE
}; };
var options = { var options = {
properties: properties properties: properties
...@@ -1060,8 +1056,6 @@ properties[1] = { ...@@ -1060,8 +1056,6 @@ properties[1] = {
properties[2] = { properties[2] = {
tag: huks.HksTag.HKS_TAG_KEY_SIZE, tag: huks.HksTag.HKS_TAG_KEY_SIZE,
value: huks.HksKeySize.HKS_DH_KEY_SIZE_4096 value: huks.HksKeySize.HKS_DH_KEY_SIZE_4096
};
value: huks.HuksKeyDigest.HUKS_DIGEST_NONE
}; };
var options = { var options = {
properties: properties properties: properties
...@@ -1139,8 +1133,6 @@ properties[1] = { ...@@ -1139,8 +1133,6 @@ properties[1] = {
properties[2] = { properties[2] = {
tag: huks.HksTag.HKS_TAG_KEY_SIZE, tag: huks.HksTag.HKS_TAG_KEY_SIZE,
value: huks.HksKeySize.HKS_DH_KEY_SIZE_4096 value: huks.HksKeySize.HKS_DH_KEY_SIZE_4096
};
value: huks.HuksKeyDigest.HUKS_DIGEST_NONE
}; };
var options = { var options = {
properties: properties properties: properties
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册