Add endorsed to classpath for Java 1.4 compile
[java-idp.git] / data / credentials11.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <Credentials xmlns="urn:mace:shibboleth:credentials:1.0" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" 
3         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
4         xsi:schemaLocation="urn:mace:shibboleth:credentials:1.0 credentials.xsd">
5         
6         <FileResolver Id="test">
7                 <Key format="DER" password="test123">
8                         <Path>/conf/test.pkcs8.enc.derkey</Path>
9                 </Key>
10                 <Certificate format="PEM">
11                         <Path>/conf/test.pemcrt</Path>
12                 </Certificate>
13         </FileResolver>
14 </Credentials>