修改接口文档,修改接口注释

This commit is contained in:
zhoubin 2021-08-20 14:39:48 +08:00
parent 64e475c02b
commit 934aa52338
3 changed files with 3 additions and 3 deletions

View File

@ -71,7 +71,7 @@
</options>
</alg>
<roundModel len="1" cn="模式">
<roundModel len="1" cn="密钥加密模式">
<options>
<option cn="ECB">
<hex>1</hex>
@ -168,7 +168,7 @@
</fullChar>
<fullType len="1" :if="0 == $packet.data.packSn$option || 3 == $packet.data.packSn$option" cn="填充字符">
<fullType len="1" :if="0 == $packet.data.packSn$option || 3 == $packet.data.packSn$option" cn="填充类型">
仅当消息块号为 03 时有此域
Pad character 为4H (以 XXYY 表示来进行说
明),其中XX为第一个字节的填充字符之后的其

Binary file not shown.

View File

@ -8115,7 +8115,7 @@ public class SydApi4j implements SydApi {
*
* @param keyType 密钥类型
* @param keys 所有成分
* @return lmkKey: lmk + LMK 加密下的密钥
* @return lmkKey: LMK 加密下的密钥
* keyCheck:
*/
// 测试通过