提交 d5976ed4 编写于 作者: S shuyi 提交者: 陈浩

fixed b086ec18 from https://gitee.com/Vincentchenhao/docs/pulls/2116

API文档示例修复
Signed-off-by: Nshuyi <shuyi4@huawei.com>
上级 066e01da
......@@ -337,7 +337,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,
......@@ -829,8 +829,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
......@@ -916,8 +914,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
......@@ -990,8 +986,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
......@@ -1065,8 +1059,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.
先完成此消息的编辑!
想要评论请 注册