ts_103097v010201p-1.xhtml 537 KB
Newer Older
6001 6002 6003 6004 6005 6006 6007 6008 6009 6010 6011 6012 6013 6014 6015 6016 6017 6018 6019 6020 6021 6022 6023 6024 6025 6026 6027 6028 6029 6030 6031 6032 6033 6034 6035 6036 6037 6038 6039 6040 6041 6042 6043 6044 6045 6046 6047 6048 6049 6050 6051 6052 6053 6054 6055 6056 6057 6058 6059 6060 6061 6062 6063 6064 6065 6066 6067 6068 6069 6070 6071 6072 6073 6074 6075 6076 6077 6078 6079 6080 6081 6082 6083 6084 6085 6086 6087 6088 6089 6090 6091 6092 6093 6094 6095 6096 6097 6098 6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 6110 6111 6112 6113 6114 6115 6116 6117 6118 6119 6120 6121 6122 6123 6124 6125 6126 6127 6128 6129 6130 6131 6132 6133 6134 6135 6136 6137 6138 6139 6140 6141 6142 6143 6144 6145 6146 6147 6148 6149 6150 6151 6152 6153 6154 6155 6156 6157 6158 6159 6160 6161 6162 6163 6164 6165 6166 6167 6168 6169 6170 6171 6172 6173 6174 6175 6176 6177 6178 6179 6180 6181 6182 6183 6184 6185 6186 6187 6188 6189 6190 6191 6192 6193 6194 6195 6196 6197 6198 6199 6200 6201 6202 6203 6204 6205 6206 6207 6208 6209 6210 6211 6212 6213 6214 6215 6216 6217 6218 6219 6220 6221 6222 6223 6224 6225 6226 6227 6228 6229 6230 6231 6232 6233 6234 6235 6236 6237 6238 6239 6240 6241 6242 6243 6244 6245 6246 6247 6248 6249 6250 6251 6252 6253 6254 6255 6256 6257 6258 6259 6260 6261 6262 6263 6264 6265 6266 6267 6268 6269 6270 6271 6272 6273 6274 6275 6276 6277 6278 6279 6280 6281 6282 6283 6284 6285 6286 6287 6288 6289 6290 6291 6292 6293 6294 6295 6296 6297 6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 6310 6311 6312 6313 6314 6315 6316 6317 6318 6319 6320 6321 6322 6323 6324 6325 6326 6327 6328 6329 6330 6331 6332 6333 6334 6335 6336 6337 6338 6339 6340 6341 6342 6343 6344 6345 6346 6347 6348 6349 6350 6351 6352 6353 6354 6355 6356 6357 6358 6359 6360 6361 6362 6363 6364 6365 6366 6367 6368 6369 6370 6371 6372 6373 6374 6375 6376 6377 6378 6379 6380 6381 6382 6383 6384 6385 6386 6387 6388 6389 6390 6391 6392 6393 6394 6395 6396 6397 6398 6399 6400 6401 6402 6403 6404 6405 6406 6407 6408 6409 6410 6411 6412 6413 6414 6415 6416 6417 6418 6419 6420 6421 6422 6423 6424 6425 6426 6427 6428 6429 6430 6431 6432 6433 6434 6435 6436 6437 6438 6439 6440 6441 6442 6443 6444 6445 6446 6447 6448 6449 6450 6451 6452 6453 6454 6455 6456 6457 6458 6459 6460 6461 6462 6463 6464 6465 6466 6467 6468 6469 6470 6471 6472 6473 6474 6475 6476 6477 6478 6479 6480 6481 6482 6483 6484 6485 6486 6487 6488 6489 6490 6491 6492 6493 6494 6495 6496 6497 6498 6499 6500 6501 6502 6503 6504 6505 6506 6507 6508 6509 6510 6511 6512 6513 6514 6515 6516 6517 6518 6519 6520 6521 6522 6523 6524 6525 6526 6527 6528 6529 6530 6531 6532 6533 6534 6535 6536 6537 6538 6539 6540 6541 6542 6543 6544 6545 6546 6547 6548 6549 6550 6551 6552 6553 6554 6555 6556 6557 6558 6559 6560 6561 6562 6563 6564 6565 6566 6567 6568 6569 6570 6571 6572 6573 6574 6575 6576 6577 6578 6579 6580 6581 6582 6583 6584 6585 6586 6587 6588 6589 6590 6591 6592 6593 6594 6595 6596 6597 6598 6599 6600 6601 6602 6603 6604 6605 6606 6607 6608 6609 6610 6611 6612 6613 6614 6615 6616 6617 6618 6619 6620 6621 6622 6623 6624 6625 6626 6627 6628 6629 6630 6631 6632 6633 6634 6635 6636 6637 6638 6639 6640 6641 6642 6643 6644 6645 6646 6647 6648 6649 6650 6651 6652 6653 6654 6655 6656 6657 6658 6659 6660 6661 6662 6663 6664 6665 6666 6667 6668 6669 6670 6671 6672 6673 6674 6675 6676 6677 6678 6679 6680 6681 6682 6683 6684 6685 6686 6687 6688 6689 6690 6691 6692 6693 6694 6695 6696 6697 6698 6699 6700 6701 6702 6703 6704 6705 6706 6707 6708 6709 6710 6711 6712 6713 6714 6715 6716 6717 6718 6719 6720 6721 6722 6723 6724
</td>	<td style="border: 1px solid black; width: 0.672222in; vertical-align: top;">
<p class="class_17">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">1</font>
</p>
</td>
</tr>
<tr style="height: 0in;">	<td style="border: 1px solid black; width: 3.43403in;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />HashedId8 digest</font>
</p>
</td>	<td style="border: 1px solid black; width: 0.503472in;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">[…]</font>
</p>
</td>	<td style="border: 1px solid black; width: 2.08403in; vertical-align: top;">
<p class="class_30"></p>
 </td>	<td style="border: 1px solid black; width: 0.672222in; vertical-align: top;">
<p class="class_17">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">8</font>
</p>
</td>
</tr>
<tr style="height: 0in;">	<td style="border: 1px solid black; width: 3.43403in;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />SubjectInfo subject_info</font>
</p>
</td>	<td style="border: 1px solid black; width: 0.503472in;">
<p class="class_30"></p>
 </td>	<td style="border: 1px solid black; width: 2.08403in; vertical-align: top;">
<p class="class_30"></p>
 </td>	<td style="border: 1px solid black; width: 0.672222in; vertical-align: top;">
<p class="class_17"></p>
 </td>
</tr>
<tr style="height: 0in;">	<td style="border: 1px solid black; width: 3.43403in;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />SubjectType type</font>
</p>
</td>	<td style="border: 1px solid black; width: 0.503472in;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">0x01</font>
</p>
</td>	<td style="border: 1px solid black; width: 2.08403in; vertical-align: top;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">authorization_ticket</font>
</p>
</td>	<td style="border: 1px solid black; width: 0.672222in; vertical-align: top;">
<p class="class_17">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">1</font>
</p>
</td>
</tr>
<tr style="height: 0in;">	<td style="border: 1px solid black; width: 3.43403in;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />opaque subject_name&lt;var&gt;</font>
</p>
</td>	<td style="border: 1px solid black; width: 0.503472in;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">0x00</font>
</p>
</td>	<td style="border: 1px solid black; width: 2.08403in; vertical-align: top;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">length: 0 <font style="font-family: Wingdings; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">(<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;"> no name</font>
</font>
</font>
</p>
</td>	<td style="border: 1px solid black; width: 0.672222in; vertical-align: top;">
<p class="class_17">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">1</font>
</p>
</td>
</tr>
<tr style="height: 0in;">	<td style="border: 1px solid black; width: 3.43403in;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />[subject name]</font>
</p>
</td>	<td style="border: 1px solid black; width: 0.503472in;">
<p class="class_30"></p>
 </td>	<td style="border: 1px solid black; width: 2.08403in; vertical-align: top;">
<p class="class_30"></p>
 </td>	<td style="border: 1px solid black; width: 0.672222in; vertical-align: top;">
<p class="class_17">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">0</font>
</p>
</td>
</tr>
<tr style="height: 0in;">	<td style="border: 1px solid black; width: 3.43403in;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />SubjectAttribute subject_attributes&lt;var&gt;</font>
</p>
</td>	<td style="border: 1px solid black; width: 0.503472in;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">0x2b</font>
</p>
</td>	<td style="border: 1px solid black; width: 2.08403in; vertical-align: top;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">length: 43</font>
</p>
</td>	<td style="border: 1px solid black; width: 0.672222in; vertical-align: top;">
<p class="class_17">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">1</font>
</p>
</td>
</tr>
<tr style="height: 0in;">	<td style="border: 1px solid black; width: 3.43403in;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />SubjectAttributeType type</font>
</p>
</td>	<td style="border: 1px solid black; width: 0.503472in;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">0x00</font>
</p>
</td>	<td style="border: 1px solid black; width: 2.08403in; vertical-align: top;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">verification_key</font>
</p>
</td>	<td style="border: 1px solid black; width: 0.672222in; vertical-align: top;">
<p class="class_17">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">1</font>
</p>
</td>
</tr>
<tr style="height: 0in;">	<td style="border: 1px solid black; width: 3.43403in;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />PublicKey key</font>
</p>
</td>	<td style="border: 1px solid black; width: 0.503472in;">
<p class="class_30"></p>
 </td>	<td style="border: 1px solid black; width: 2.08403in; vertical-align: top;">
<p class="class_30"></p>
 </td>	<td style="border: 1px solid black; width: 0.672222in; vertical-align: top;">
<p class="class_17"></p>
 </td>
</tr>
<tr style="height: 0in;">	<td style="border: 1px solid black; width: 3.43403in;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />PublicKeyAlgorithm algorithm</font>
</p>
</td>	<td style="border: 1px solid black; width: 0.503472in;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">0x00</font>
</p>
</td>	<td style="border: 1px solid black; width: 2.08403in; vertical-align: top;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">ecdsa_nistp256_with_sha256</font>
</p>
</td>	<td style="border: 1px solid black; width: 0.672222in; vertical-align: top;">
<p class="class_17">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">1</font>
</p>
</td>
</tr>
<tr style="height: 0in;">	<td style="border: 1px solid black; width: 3.43403in;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />EccPoint public_key</font>
</p>
</td>	<td style="border: 1px solid black; width: 0.503472in;">
<p class="class_30"></p>
 </td>	<td style="border: 1px solid black; width: 2.08403in; vertical-align: top;">
<p class="class_30"></p>
 </td>	<td style="border: 1px solid black; width: 0.672222in; vertical-align: top;">
<p class="class_17"></p>
 </td>
</tr>
<tr style="height: 0in;">	<td style="border: 1px solid black; width: 3.43403in;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />EccPointType type</font>
</p>
</td>	<td style="border: 1px solid black; width: 0.503472in;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">0x02</font>
</p>
</td>	<td style="border: 1px solid black; width: 2.08403in; vertical-align: top;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">compressed_lsb_y_0</font>
</p>
</td>	<td style="border: 1px solid black; width: 0.672222in; vertical-align: top;">
<p class="class_17">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">1</font>
</p>
</td>
</tr>
<tr style="height: 0in;">	<td style="border: 1px solid black; width: 3.43403in;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />opaque x[32]</font>
</p>
</td>	<td style="border: 1px solid black; width: 0.503472in;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">[…]</font>
</p>
</td>	<td style="border: 1px solid black; width: 2.08403in; vertical-align: top;">
<p class="class_30"></p>
 </td>	<td style="border: 1px solid black; width: 0.672222in; vertical-align: top;">
<p class="class_17">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">32</font>
</p>
</td>
</tr>
<tr style="height: 0in;">	<td style="border: 1px solid black; width: 3.43403in;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />SubjectAttributeType type</font>
</p>
</td>	<td style="border: 1px solid black; width: 0.503472in;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">0x02</font>
</p>
</td>	<td style="border: 1px solid black; width: 2.08403in; vertical-align: top;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">assurance_level</font>
</p>
</td>	<td style="border: 1px solid black; width: 0.672222in; vertical-align: top;">
<p class="class_17">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">1</font>
</p>
</td>
</tr>
<tr style="height: 0in;">	<td style="border: 1px solid black; width: 3.43403in;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />SubjectAssurance assurance_level</font>
</p>
</td>	<td style="border: 1px solid black; width: 0.503472in;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">0x83</font>
</p>
</td>	<td style="border: 1px solid black; width: 2.08403in; vertical-align: top;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">level_4_confidence_3</font>
</p>
</td>	<td style="border: 1px solid black; width: 0.672222in; vertical-align: top;">
<p class="class_17">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">1</font>
</p>
</td>
</tr>
<tr style="height: 0in;">	<td style="border: 1px solid black; width: 3.43403in;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />SubjectAttributeType type</font>
</p>
</td>	<td style="border: 1px solid black; width: 0.503472in;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">0x33</font>
</p>
</td>	<td style="border: 1px solid black; width: 2.08403in; vertical-align: top;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">its_aid_ssp_list</font>
</p>
</td>	<td style="border: 1px solid black; width: 0.672222in; vertical-align: top;">
<p class="class_17">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">1</font>
</p>
</td>
</tr>
<tr style="height: 0in;">	<td style="border: 1px solid black; width: 3.43403in;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />ItsAidSsp its_aid_ssp_list&lt;var&gt;</font>
</p>
</td>	<td style="border: 1px solid black; width: 0.503472in;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">0x04</font>
</p>
</td>	<td style="border: 1px solid black; width: 2.08403in; vertical-align: top;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">length: 4 octets</font>
</p>
</td>	<td style="border: 1px solid black; width: 0.672222in; vertical-align: top;">
<p class="class_17">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">1</font>
</p>
</td>
</tr>
<tr style="height: 0in;">	<td style="border: 1px solid black; width: 3.43403in;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />IntX its_aid</font>
</p>
</td>	<td style="border: 1px solid black; width: 0.503472in;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">[…]</font>
</p>
</td>	<td style="border: 1px solid black; width: 2.08403in; vertical-align: top;">
<p class="class_30"></p>
 </td>	<td style="border: 1px solid black; width: 0.672222in; vertical-align: top;">
<p class="class_17">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">1</font>
</p>
</td>
</tr>
<tr style="height: 0in;">	<td style="border: 1px solid black; width: 3.43403in;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />opaque service_specific_permissions&lt;var&gt;</font>
</p>
</td>	<td style="border: 1px solid black; width: 0.503472in;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">0x02</font>
</p>
</td>	<td style="border: 1px solid black; width: 2.08403in; vertical-align: top;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">length: 2 octets</font>
</p>
</td>	<td style="border: 1px solid black; width: 0.672222in; vertical-align: top;">
<p class="class_17">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">1</font>
</p>
</td>
</tr>
<tr style="height: 0in;">	<td style="border: 1px solid black; width: 3.43403in;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />[service specific permissions]</font>
</p>
</td>	<td style="border: 1px solid black; width: 0.503472in;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">[…]</font>
</p>
</td>	<td style="border: 1px solid black; width: 2.08403in; vertical-align: top;">
<p class="class_30"></p>
 </td>	<td style="border: 1px solid black; width: 0.672222in; vertical-align: top;">
<p class="class_17">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">2</font>
</p>
</td>
</tr>
<tr style="height: 0in;">	<td style="border: 1px solid black; width: 3.43403in;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />ValidityRestriction validity_restrictions&lt;var&gt;</font>
</p>
</td>	<td style="border: 1px solid black; width: 0.503472in;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">0x09</font>
</p>
</td>	<td style="border: 1px solid black; width: 2.08403in; vertical-align: top;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">length: 9 octets</font>
</p>
</td>	<td style="border: 1px solid black; width: 0.672222in; vertical-align: top;">
<p class="class_17">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">1</font>
</p>
</td>
</tr>
<tr style="height: 0in;">	<td style="border: 1px solid black; width: 3.43403in;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />ValidityRestrictionType type</font>
</p>
</td>	<td style="border: 1px solid black; width: 0.503472in;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">0x01</font>
</p>
</td>	<td style="border: 1px solid black; width: 2.08403in; vertical-align: top;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">time_start_and_end</font>
</p>
</td>	<td style="border: 1px solid black; width: 0.672222in; vertical-align: top;">
<p class="class_17">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">1</font>
</p>
</td>
</tr>
<tr style="height: 0in;">	<td style="border: 1px solid black; width: 3.43403in;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />Time32 start_validity</font>
</p>
</td>	<td style="border: 1px solid black; width: 0.503472in;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">[…]</font>
</p>
</td>	<td style="border: 1px solid black; width: 2.08403in; vertical-align: top;">
<p class="class_30"></p>
 </td>	<td style="border: 1px solid black; width: 0.672222in; vertical-align: top;">
<p class="class_17">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">4</font>
</p>
</td>
</tr>
<tr style="height: 0in;">	<td style="border: 1px solid black; width: 3.43403in;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />Time32 end_validity</font>
</p>
</td>	<td style="border: 1px solid black; width: 0.503472in;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">[…]</font>
</p>
</td>	<td style="border: 1px solid black; width: 2.08403in; vertical-align: top;">
<p class="class_30"></p>
 </td>	<td style="border: 1px solid black; width: 0.672222in; vertical-align: top;">
<p class="class_17">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">4</font>
</p>
</td>
</tr>
<tr style="height: 0in;">	<td style="border: 1px solid black; width: 3.43403in;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />Signature signature</font>
</p>
</td>	<td style="border: 1px solid black; width: 0.503472in;">
<p class="class_30"></p>
 </td>	<td style="border: 1px solid black; width: 2.08403in; vertical-align: top;">
<p class="class_30"></p>
 </td>	<td style="border: 1px solid black; width: 0.672222in; vertical-align: top;">
<p class="class_17"></p>
 </td>
</tr>
<tr style="height: 0in;">	<td style="border: 1px solid black; width: 3.43403in;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />PublicKeyAlgorithm algorithm</font>
</p>
</td>	<td style="border: 1px solid black; width: 0.503472in;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">0x00</font>
</p>
</td>	<td style="border: 1px solid black; width: 2.08403in; vertical-align: top;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">ecdsa_nistp256_with_sha256</font>
</p>
</td>	<td style="border: 1px solid black; width: 0.672222in; vertical-align: top;">
<p class="class_17">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">1</font>
</p>
</td>
</tr>
<tr style="height: 0in;">	<td style="border: 1px solid black; width: 3.43403in;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />EcdsaSignature ecdsa_signature</font>
</p>
</td>	<td style="border: 1px solid black; width: 0.503472in;">
<p class="class_30"></p>
 </td>	<td style="border: 1px solid black; width: 2.08403in; vertical-align: top;">
<p class="class_30"></p>
 </td>	<td style="border: 1px solid black; width: 0.672222in; vertical-align: top;">
<p class="class_17"></p>
 </td>
</tr>
<tr style="height: 0in;">	<td style="border: 1px solid black; width: 3.43403in;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />EccPoint R</font>
</p>
</td>	<td style="border: 1px solid black; width: 0.503472in;">
<p class="class_30"></p>
 </td>	<td style="border: 1px solid black; width: 2.08403in; vertical-align: top;">
<p class="class_30"></p>
 </td>	<td style="border: 1px solid black; width: 0.672222in; vertical-align: top;">
<p class="class_17"></p>
 </td>
</tr>
<tr style="height: 0in;">	<td style="border: 1px solid black; width: 3.43403in;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />EccPointType type</font>
</p>
</td>	<td style="border: 1px solid black; width: 0.503472in;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">0x00</font>
</p>
</td>	<td style="border: 1px solid black; width: 2.08403in; vertical-align: top;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">x_coordinate_only</font>
</p>
</td>	<td style="border: 1px solid black; width: 0.672222in; vertical-align: top;">
<p class="class_17">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">1</font>
</p>
</td>
</tr>
<tr style="height: 0in;">	<td style="border: 1px solid black; width: 3.43403in;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />opaque x[32]</font>
</p>
</td>	<td style="border: 1px solid black; width: 0.503472in;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">[…]</font>
</p>
</td>	<td style="border: 1px solid black; width: 2.08403in; vertical-align: top;">
<p class="class_30"></p>
 </td>	<td style="border: 1px solid black; width: 0.672222in; vertical-align: top;">
<p class="class_17">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">32</font>
</p>
</td>
</tr>
<tr style="height: 0in;">	<td style="border: 1px solid black; width: 3.43403in;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />
<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />opaque s[32]</font>
</p>
</td>	<td style="border: 1px solid black; width: 0.503472in;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">[…]</font>
</p>
</td>	<td style="border: 1px solid black; width: 2.08403in; vertical-align: top;">
<p class="class_30"></p>
 </td>	<td style="border: 1px solid black; width: 0.672222in; vertical-align: top;">
<p class="class_17">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">32</font>
</p>
</td>
</tr>
<tr style="height: 0in;">	<td colspan="4" style="border: 1px solid black; width: 6.69375in; vertical-align: top;">
<p class="class_30">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">The total size of this certificate is 132 octets.</font>
</p>
</td>
</tr>
</tbody>
</table>
</p>
<p class="class_5"></p>
<p class="class_5">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">�</font>
</p>
<h8 class="class_19">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">
<a id="_Toc421786213">Annex B (informative):<br />Usage of ITS-AID and SSPs</a>
</font>
</h8>
<p class="class_5">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">An incoming secured message should only be accepted by the receiver if the payload of the secured message is consistent with the ITS-AID and SSP in the certificate. This consistency should be checked in two ways:</font>
</p>
<ol style="margin: 0in 0in 0in 0.511806in; padding: 0pt; text-indent: -0.314583in; text-align: left;">
<p class="class_35 bN">	<li class="class_36 listText" listText="1)" value="1">
<font style="font-family: Times New Roman; font-size: 10pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">Within the security processing, the ITS-AID in the certificate can be checked for consistency with the <font style="font-family: Courier New;">its_aid<font style="font-family: Times New Roman;"> field in the SecuredMessage format.</font>
</font>
</font>
</li>
</p>
<p class="class_35 bN">	<li class="class_36 listText" listText="2)">
<font style="font-family: Times New Roman; font-size: 10pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">At the point at which the data is processed (which may be in the receiving facilities layer or in the receiving application layer), the data can be checked for consistency with the ITS-AID and the SSP from the certificate. Architecturally, this check is carried out by the processing entity that processes the data payload of the SecuredMessage, not by the security processing services. This is because the security processing services cannot and should not be expected to be able to parse the data of all possible different applications and facilities. Thus, a full definition of a data exchange for applications or facilities that use signed messages should include a specification of the ITS-AID, a specification of the SSP, and a definition of what it means for the data itself to be consistent with the ITS-AID and SSP.</font>
</li>
</p>
</ol>
<p class="class_5">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">The use of ITS-AID and SSP therefore includes the following steps:</font>
</p>
<ol style="margin: 0in 0in 0in 0.511806in; padding: 0pt; text-indent: -0.314583in; text-align: left;">
<p class="class_35 bN">	<li class="class_36 listText" listText="3)" value="3">
<font style="font-family: Times New Roman; font-size: 10pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">At the design stage, the group defining a given data exchange determines whether the exchanges are to be signed with ETSI TS 103 097 certificates. If they are, the group reserves an ITS-AID and defines an SSP.</font>
</li>
</p>
<p class="class_35 bN">	<li class="class_36 listText" listText="4)">
<font style="font-family: Times New Roman; font-size: 10pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">When an ITS-Station is initialized with the ability to carry out a data exchange, it requests certificates with the appropriate ITS-AID and SSP. </font>
</li>
</p>
<p class="class_35 bN">	<li class="class_36 listText" listText="5)">
<font style="font-family: Times New Roman; font-size: 10pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">An Authorization Authority determines whether the ITS-Station is entitled to that ITS-AID and SSP, using methods outside the scope of the present document to make that determination. It issues the certificates to the ITS-S. </font>
</li>
</p>
<p class="class_35 bN">	<li class="class_36 listText" listText="6)">
<font style="font-family: Times New Roman; font-size: 10pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">The sending ITS-Station generates a message that is consistent with the ITS-AID and SSP, and uses the private key corresponding to the certificate to sign that message. </font>
</li>
</p>
<p class="class_35 bN">	<li class="class_36 listText" listText="7)">
<font style="font-family: Times New Roman; font-size: 10pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">On the receiving side, the security processing checks that the message was correctly cryptographically signed, is not a replay (if appropriate), etc.</font>
</li>
</p>
<p class="class_35 bN">	<li class="class_36 listText" listText="8)">
<font style="font-family: Times New Roman; font-size: 10pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">On the receiving side, the data processing entity (which may be an application or the facilities layer) uses the ITS-AID and SSP from the certificate to check that the data is consistent with those permissions. This means that the ITS-AID and SSP should be made available to the data processing entity, for example by passing them across an interface from the security processing, or by passing the entire certificate and letting the data processing entity extract the ITS-AID and SSP from the certificate, or by some other means.</font>
</li>
</p>
</ol>
<p class="class_26">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">NOTE 1:<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />The ITS-AID and SSP are contained in the certificate, which is cryptographically authenticated and authorized by the Authorization Authority. Because of this cryptographic authentication, it is impossible for the certificate holder to change their permissions without causing cryptographic authentication to fail.</font>
</p>
<p class="class_26">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">NOTE 2:<img height="1" border="0" width="18" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" />The ETSI TS 103 097 certificate format allows a certificate to contain multiple (ITS-AID, SSP) pairs. In this case, the receiving side processing is expected to know which ITS-AID is to be used in conjunction with an incoming message.</font>
</p>
<p class="class_5">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">One way to make the concept of SSP future proof is to add the version number of the corresponding facility to the SSP.</font>
</p>
<p class="class_5">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">The interpretation of the SSP is specific for each facility. One possible way to implement it is to use a bit map to define which permissions a sender is authorized to use.</font>
</p>
<p class="class_5">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">The bit value "1" then means that the sender is authorized to use the corresponding feature and consequently the bit value "0" means that the sender is not authorized to use it.</font>
</p>
<p class="class_5">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">�</font>
</p>
<h1 class="class_24">
<font style="font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">
<a id="_Toc421786214">History</a>
</font>
</h1>
<p class="class_49">
<table style="border-collapse: collapse; border-spacing: 0pt;">
<tbody>
<tr style="height: 0in;">	<td colspan="3" style="border: 1px solid black; width: 6.69375in; vertical-align: top;">
<p class="class_49">
<font style="font-style: normal; font-weight: bold; text-decoration: none; vertical-align: baseline;">Document history</font>
</p>
</td>
</tr>
<tr style="height: 0in;">	<td style="border: 1px solid black; width: 0.865972in; vertical-align: top;">
<p class="class_50">
<font style="font-size: 10pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">V1.1.1</font>
</p>
</td>	<td style="border: 1px solid black; width: 1.10278in; vertical-align: top;">
<p class="class_50">
<font style="font-size: 10pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">April 2013</font>
</p>
</td>	<td style="border-right: 1px solid black; border-top: 1px solid black; border-bottom: 1px solid black; width: 4.725in; vertical-align: top;">
<p class="class_50">
<font style="font-size: 10pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">Publication</font>
</p>
</td>
</tr>
<tr style="height: 0in;">	<td style="border: 1px solid black; width: 0.865972in; vertical-align: top;">
<p class="class_50">
<font style="font-size: 10pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">V1.2<font style="font-size: 10pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">.<font style="font-size: 10pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">1</font>
</font>
</font>
</p>
</td>	<td style="border: 1px solid black; width: 1.10278in; vertical-align: top;">
<p class="class_50">
<font style="font-size: 10pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">June 2015</font>
</p>
</td>	<td style="border-right: 1px solid black; border-top: 1px solid black; border-bottom: 1px solid black; width: 4.725in; vertical-align: top;">
<p class="class_50">
<font style="font-size: 10pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline;">Publication</font>
</p>
</td>
</tr>
<tr style="height: 0in;">	<td style="border: 1px solid black; width: 0.865972in; vertical-align: top;">
<p class="class_50"></p>
 </td>	<td style="border: 1px solid black; width: 1.10278in; vertical-align: top;">
<p class="class_50"></p>
 </td>	<td style="border-right: 1px solid black; border-top: 1px solid black; border-bottom: 1px solid black; width: 4.725in; vertical-align: top;">
<p class="class_50"></p>
 </td>
</tr>
<tr style="height: 0in;">	<td style="border: 1px solid black; width: 0.865972in; vertical-align: top;">
<p class="class_50"></p>
 </td>	<td style="border: 1px solid black; width: 1.10278in; vertical-align: top;">
<p class="class_50"></p>
 </td>	<td style="border-right: 1px solid black; border-top: 1px solid black; border-bottom: 1px solid black; width: 4.725in; vertical-align: top;">
<p class="class_50"></p>
 </td>
</tr>
<tr style="height: 0in;">	<td style="border: 1px solid black; width: 0.865972in; vertical-align: top;">
<p class="class_50"></p>
 </td>	<td style="border: 1px solid black; width: 1.10278in; vertical-align: top;">
<p class="class_50"></p>
 </td>	<td style="border-right: 1px solid black; border-top: 1px solid black; border-bottom: 1px solid black; width: 4.725in; vertical-align: top;">
<p class="class_50"></p>
 </td>
</tr>
</tbody>
</table>
</p>
<p class="class_5"></p>
<img alt="image1.jpg" src="embedded/image1.jpg" />
</body>
</html>