MiniSmart II
25
Retrieve Terminal Identification
Command Body is 72 46 87 01
Response Body is 06 <Identification>
Set Terminal Identification
Command Body is 72 46 87 03 <Identification>
Note: <Identification> 8 bytes ‘0’ ~ ‘9’, or ‘a’ ~ ‘z’, or ‘A’ ~ ‘Z’
Response Body is 06
Retrieve Certification Revocation List
Command Body is 72 46 85 01.
Response Body is 06<2Byte Length> <CRL1> <CRL2>…<CRLn>.
<2Byte Length>: <Low byte of length> <High byte of length>
<CRL>format is <5Bytes RID> <1Byte CA public key Index> <3Bytes Certificate Serial
Number>
Remove Certification Revocation List
Command Body is 72 46 85 02 <2 Bytes Length> <CRL1> <CRL2>…<CRLn>
<2Byte Length>: <Low byte of length> <High byte of length>
<CRL>format is <5Bytes RID> <1Byte CA public key Index> <3Bytes Certificate Serial
Number>Response Body is 06.
Set Certification Revocation List
Command Body is 72 46 85 03 <2 Bytes Length of CRL> <CRL1> <CRL2>…<CRLn>
<2Bytes MAC Length>.
Where:
<2Byte Length of CRL>: <Low byte of length> <High byte of length>
<CRL> format is <5Bytes RID> <1Byte CA public key Index> <3Bytes Certificate
Serial Number>
<2Bytes MAC Length> is 2 bytes data – Fix is 0x00 0x00
Response Body is 06.
Note:
Supported at least CRL number is 30 for a RID.
Remove All Certification Revocation List
Command Body is 72 46 85 04