1
1
mirror of https://github.com/wader/fq.git synced 2024-11-27 06:04:47 +03:00
fq/format/asn1/testdata/tc1.xml

20 lines
525 B
XML
Raw Normal View History

<?xml version="1.0"?>
<ASN1_TYPE>
<identification_block>
<warnings>
<warning>Tag too long, represented as hex-coded</warning>
</warnings>
<tag_class>CONTEXT_SPECIFIC</tag_class>
<is_constructed>false</is_constructed>
<value_hex>7F 7F 7F 7F 7F 7F 7F 7F 7F 7F</value_hex>
</identification_block>
<length_block>
<is_indefinite_form>false</is_indefinite_form>
<long_form_used>false</long_form_used>
<length>1</length>
</length_block>
<value_block>
<value_hex>40</value_hex>
</value_block>
</ASN1_TYPE>