CERT_TS_07_07_BO_AA.xml 1.04 KB
Newer Older
<!-- Authorization authority certificate with a rectangular region restriction
     Center: 20km to the west from base point
     Side length: 20 km
-->
<certificate name="CERT_TS_07_07_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">
filatov's avatar
filatov committed
			<aid value="CAM"/> <!-- CAM -->
			<aid value="DENM"/> <!-- DENM -->
		</attribute>
	</subject>
	<validity>
		<restriction type="time" start="+0d" end="+365d"/>
		<restriction type="region">
			<rectangle>
				<location latitude="+10km" longitude="-30km"/>
				<location latitude="-10km" longitude="-10km"/>
			</rectangle>
		</restriction>
	</validity>
	<signature algorithm="0"/>
</certificate>