8003、8004指令的配置文件中的公私钥标记位为由hex改为bin

This commit is contained in:
zhoubin 2021-12-28 15:11:03 +08:00
parent 38327139b7
commit 564c98aca0
2 changed files with 5 additions and 5 deletions

View File

@ -9,10 +9,10 @@
<signatureDataType len="1" cn="获取公私钥标记位">
<options>
<option cn="索引方式">
<hex>0</hex>
<bin>00</bin>
</option>
<option cn="DN 方式">
<hex>1</hex>
<bin>01</bin>
</option>
</options>
</signatureDataType>

View File

@ -9,13 +9,13 @@
<signatureDataType len="1" cn="获取公私钥标记位">
<options>
<option cn="索引方式">
<hex>0</hex>
<bin>00</bin>
</option>
<option cn="DN 方式">
<hex>1</hex>
<bin>01</bin>
</option>
<option cn="通过机构号获取">
<hex>2</hex>
<bin>02</bin>
</option>
</options>
</signatureDataType>