提交 b086ec18 编写于 作者: S shuyi

API文档示例修复

Signed-off-by: Nshuyi <shuyi4@huawei.com>
上级 b2e8c653
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册