blob: b999ca00b4b122f8ffe5b05b73ccf417f74537c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE keys [
<!ENTITY secg SYSTEM "degenerate/secg.xml">
<!ENTITY brainpool SYSTEM "degenerate/brainpool.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;
</keys>
|