94 lines
2.7 KiB
XML
94 lines
2.7 KiB
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
||
<packet extend="base">
|
||
<req>
|
||
<command>
|
||
<hex>61</hex>
|
||
</command>
|
||
<data extend = "data">
|
||
|
||
<roleInfo len="16" cn="角色信息">
|
||
IC 卡内存放的角色信息密文(LMK14-15)
|
||
密钥方案X。
|
||
</roleInfo>
|
||
|
||
<tailSep len="1" :if=" null != $packet.data.tail " cn="尾分隔">
|
||
可选项。如果显示消息尾域,则该域必须显示。值为
|
||
“X’19”。
|
||
<hex>19</hex>
|
||
</tailSep>
|
||
|
||
<tail maxLen="32" required="false" cn="尾部">
|
||
可选项。最大长度为 32个字符。
|
||
</tail>
|
||
</data>
|
||
</req>
|
||
<res>
|
||
|
||
<command>
|
||
<hex>62</hex>
|
||
</command>
|
||
<data>
|
||
<error len="2" cn="错误码" format="X" :catch="catchError('%s')">
|
||
<options>
|
||
<option cn="无错误">
|
||
<hex>00</hex>
|
||
</option>
|
||
<option cn="验证失败">
|
||
<hex>02</hex>
|
||
</option>
|
||
<option cn="无效的成份号">
|
||
<hex>03</hex>
|
||
</option>
|
||
<option cn="成份奇偶校验错">
|
||
<hex>10</hex>
|
||
</option>
|
||
<option cn="用户存储区没有装载密钥">
|
||
<hex>12</hex>
|
||
</option>
|
||
<option cn="LMK错误;报告给管理员">
|
||
<hex>13</hex>
|
||
</option>
|
||
<option cn="输入数据错">
|
||
<hex>15</hex>
|
||
</option>
|
||
<option cn="不在授权状态">
|
||
<hex>17</hex>
|
||
</option>
|
||
<option cn="无效的用户存储索引">
|
||
<hex>21</hex>
|
||
</option>
|
||
<option cn="无效的密钥方案">
|
||
<hex>26</hex>
|
||
</option>
|
||
<option cn="数据长度错误">
|
||
<hex>80</hex>
|
||
</option>
|
||
</options>
|
||
</error>
|
||
|
||
<roleType len="1" cn="角色类型">
|
||
1:系统管理员
|
||
2:密钥管理员.
|
||
3: 配置管理员
|
||
</roleType>
|
||
|
||
<roleId len="1" cn="角色ID">
|
||
1:管理员1
|
||
2:管理员2
|
||
</roleId>
|
||
|
||
<tailSep len="1" required="false" cn="尾分隔">
|
||
可选项。如果显示消息尾域,则该域必须显示。值为 “X’19”。
|
||
<hex>19</hex>
|
||
</tailSep>
|
||
|
||
<tail maxLen="32" required="false" cn="尾部">
|
||
可选项。最大长度为 32个字符。
|
||
</tail>
|
||
</data>
|
||
|
||
</res>
|
||
<script>
|
||
</script>
|
||
</packet>
|