aboutsummaryrefslogtreecommitdiff
path: root/common/src/main/resources/cz/crcs/ectester/data/degenerate/keys.xml
blob: 498cf26920485b6741d5809be219548f846c9af5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE keys [
        <!ENTITY secg SYSTEM "degenerate/secg.xml">
        <!ENTITY brainpool SYSTEM "degenerate/brainpool.xml">
        <!ENTITY cofactor SYSTEM "degenerate/cofactor.xml">
        ]>
<keys xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:noNamespaceSchemaLocation="../schema.xsd">
    <!--
    This is messy and what not, but Java XML api doesn't support
    the XInclude selector necessary to make this work nicely, so XInclude is out...
    -->
    &secg;
    &brainpool;
    &cofactor;
</keys>