CERT_TS_D_AA.xml 1.33 KB
Newer Older
<!-- Authorization authority 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_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 -->
			<aid value="137"/> <!-- TLM / SPAT -->
			<aid value="138"/> <!-- RLT / MAP-->
			<aid value="139"/> <!-- IVI -->
			<aid value="140"/> <!-- TLC -->
			<aid value="141"/> <!-- GN-MGMT -->
		</attribute>
	</subject>
	<validity>
		<restriction type="time" start="+0d" end="+365d"/>
		<restriction type="region">
			<polygon>
				<location latitude="+10km" longitude="-10km"/>
				<location latitude="+10km" longitude="+10km"/>
				<location latitude="-10km" longitude="+10km"/>
				<location latitude="-10km" longitude="-10km"/>
			</polygon>
		</restriction>
	</validity>
	<signature algorithm="0"/>
</certificate>