...
Examples
| Code Block | ||||
|---|---|---|---|---|
| ||||
<?xml version="1.0"?>
<data>
<header>
<manufacturerCode>DN</manufacturerCode>
<productCode>ST</productCode>
<encrypt>NONE</encrypt>
<encode>HEX</encode>
<digits>6</digits>
<timeWindow>60</timeWindow>
<crypto>HmacSHA1</crypto>
</header>
<tokens>
<token>
<serial>71358472</serial>
<seed>08E49538328BAE830E0DB14A82341100BC23B840</seed>
</token>
<token>
<serial>71358473</serial>
<seed>08E49538328BAE830E0DB14A82341100BC23B841</seed>
</token>
</tokens>
</data>
|
| Code Block | ||||
|---|---|---|---|---|
| ||||
<?xml version="1.0"?> <data> <header> <manufacturerCode>GG</manufacturerCode> <productCode>GT</productCode> <synchronisation>30</synchronisation> <encrypt>NONE</encrypt> <encode>BASE32</encode> <digits>6</digits> <syncsize>2</syncsize> <crypto>HmacSHA1</crypto> </header> <tokens> <token> <serial>55968236546</serial> <seed>JRKXYWRVFMFDJ4UTTP3AJWCJQHT23FY5 </seed> </token> </tokens> </data> |
Remarks
| Element | Values |
|---|---|
| encode |
|
| encrypt |
|
| crypto |
|
| digits |
|
| timeWindow |
|
...