summaryrefslogtreecommitdiff
path: root/smcc/src/test/resources/at/gv/egiz/smcc/test/acos/ACOSA03ApplDEC.xml
diff options
context:
space:
mode:
Diffstat (limited to 'smcc/src/test/resources/at/gv/egiz/smcc/test/acos/ACOSA03ApplDEC.xml')
-rw-r--r--smcc/src/test/resources/at/gv/egiz/smcc/test/acos/ACOSA03ApplDEC.xml68
1 files changed, 68 insertions, 0 deletions
diff --git a/smcc/src/test/resources/at/gv/egiz/smcc/test/acos/ACOSA03ApplDEC.xml b/smcc/src/test/resources/at/gv/egiz/smcc/test/acos/ACOSA03ApplDEC.xml
new file mode 100644
index 00000000..91bc2722
--- /dev/null
+++ b/smcc/src/test/resources/at/gv/egiz/smcc/test/acos/ACOSA03ApplDEC.xml
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="UTF-8"?>
+ <!--
+ Copyright 2008 Federal Chancellery Austria and Graz University of
+ Technology Licensed under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance with the
+ License. You may obtain a copy of the License at
+ http://www.apache.org/licenses/LICENSE-2.0 Unless required by
+ applicable law or agreed to in writing, software distributed under the
+ License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
+ CONDITIONS OF ANY KIND, either express or implied. See the License for
+ the specific language governing permissions and limitations under the
+ License.
+ -->
+<beans xmlns="http://www.springframework.org/schema/beans"
+ xmlns:util="http://www.springframework.org/schema/util" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.5.xsd">
+
+ <import resource="ACOS.xml" />
+
+ <bean name="applDEC"
+ class="at.gv.egiz.smcc.acos.A03ApplDEC">
+ <property name="aid" value="a0:00:00:01:18:45:4e" />
+ <property name="fid" value="df:71" />
+ <property name="fcx"
+ value="6f:1a:84:07:a0:00:00:01:18:4e:43:85:0f:50:0d:44:49:47:53:49:47:20:43:43:20:45:4e:43" />
+ <property name="files">
+ <list>
+ <ref bean="EF_C_CH_EKEY" />
+ <ref bean="EF_Infobox" />
+ </list>
+ </property>
+ <property name="pins">
+ <map>
+ <entry key="0x81" value-ref="geheimhaltungsPIN" />
+ <entry key="0x83" value-ref="infoboxPIN" />
+ </map>
+ </property>
+ </bean>
+
+ <bean name="infoboxPIN" class="at.gv.egiz.smcc.PIN">
+ <property name="pin" value="30:30:30:30:00:00:00:00" />
+ <property name="kfpc" value="10" />
+ </bean>
+
+ <bean name="geheimhaltungsPIN" class="at.gv.egiz.smcc.PIN">
+ <property name="pin" value="31:32:33:34:00:00:00:00" />
+ <property name="kfpc" value="10" />
+ </bean>
+
+ <bean name="EF_C_CH_EKEY"
+ class="at.gv.egiz.smcc.test.spring.CertificateFileFactoryBean">
+ <property name="fid" value="c0:01" />
+ <property name="fileSize" value="2000" />
+ <property name="fcx"
+ value="6f:07:80:02:07:d0:82:01 01" />
+ <property name="certificate" ref="certificateGS" />
+ </bean>
+
+ <bean name="EF_Infobox"
+ class="at.gv.egiz.smcc.test.spring.InfoboxContainerFileFactoryBean">
+ <property name="fid" value="c0:02" />
+ <property name="fileSize" value="1500" />
+ <property name="fcx"
+ value="6f:07:80:02:05:dc:82:01:01" />
+ <property name="identityLink" ref="identityLink"/>
+ </bean>
+
+</beans> \ No newline at end of file