CERT_TS_08_09_BO_AA.xml 1.16 KB
Newer Older
<!-- Authorization authority certificate with a polygonal region restriction
     representing a square centered on 10km to the West from ETSI 
     and having a side length of 20 km
-->
<certificate name="CERT_TS_08_09_BO_AA">
	<version>2</version>
	<signer type="digest" name="CERT_TEST_ROOT"/>
	<subject type="AA" 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="4" confidence="0"/>
		</attribute>
		<!-- its_aid_list -->
		<attribute type="its_aid_list">
			<aid value="36"/> <!-- CAM -->
			<aid value="37"/> <!-- DENM -->
		</attribute>
	</subject>
	<validity>
		<restriction type="time" start="+0d" end="+365d"/>
		<restriction type="region">
			<polygon>
				<location latitude="+10km" longitude="-20km"/>
				<location latitude="+10km" longitude="+0km"/>
				<location latitude="-10km" longitude="+0km"/>
				<location latitude="-10km" longitude="-20km"/>
			</polygon>
		</restriction>
	</validity>
	<signature algorithm="0"/>
</certificate>