CERT_TS_D_AT.xml 1.43 KB
Newer Older
<!-- Authorization ticket certificate with a polygonal region restriction
     representing a square centered at ETSI coordinates and having a side length of 10km
-->
<certificate name="CERT_TS_D_AT">
	<version>2</version>
	<signer type="digest" name="CERT_TS_A_AA"/>
	<subject type="AT" name="">
		<!-- verification_key -->
		<attribute type="verification_key">
			<public_key algorythm="ecdsa_nistp256_with_sha256">
				<ecc_point type="uncompressed"/>
			</public_key>
		</attribute>
		<!-- assurance_level -->
		<attribute type="assurance_level">
			<assurance level="3"/>
		</attribute>
		<!-- its_aid_ssp_list -->
		<attribute type="its_aid_ssp_list">
filatov's avatar
filatov committed
			<ssp aid="CAM">&#x01;&#xFF;&#xFF;</ssp> <!-- CAM -->
			<ssp aid="DENM">&#x01;&#xFF;&#xFF;&#xFF;</ssp> <!-- DENM -->
			<ssp aid="SPAT">&#x01;&#xF8;</ssp> <!-- TLM -->
			<ssp aid="MAP">&#x01;&#xE0;</ssp> <!-- RLT -->
			<ssp aid="IVI">&#x01;&#xFF;&#xF8;</ssp> <!-- IVI -->
			<ssp aid="TLC">&#x01;&#xFF;&#xFF;&#xE0;</ssp> <!-- TLC -->
			<ssp aid="GN-MGMT">&#00;</ssp>  <!-- GN-MGMT -->
		</attribute>
	</subject>
	<validity>
		<restriction type="time" start="+0d" end="+365d"/>
		<restriction type="region">
			<polygon>
				<location latitude="+5km" longitude="-5km"/>
				<location latitude="+5km" longitude="+5km"/>
				<location latitude="-5km" longitude="+5km"/>
				<location latitude="-5km" longitude="-5km"/>
			</polygon>
		</restriction>
	</validity>
	<signature algorithm="0"/>
</certificate>