summaryrefslogtreecommitdiff
path: root/smcc/src/test/resources/at/gv/egiz/smcc/test/ecard/ECardG3.xml
diff options
context:
space:
mode:
Diffstat (limited to 'smcc/src/test/resources/at/gv/egiz/smcc/test/ecard/ECardG3.xml')
-rw-r--r--smcc/src/test/resources/at/gv/egiz/smcc/test/ecard/ECardG3.xml68
1 files changed, 68 insertions, 0 deletions
diff --git a/smcc/src/test/resources/at/gv/egiz/smcc/test/ecard/ECardG3.xml b/smcc/src/test/resources/at/gv/egiz/smcc/test/ecard/ECardG3.xml
new file mode 100644
index 00000000..81cdb3cd
--- /dev/null
+++ b/smcc/src/test/resources/at/gv/egiz/smcc/test/ecard/ECardG3.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="ECard.xml" />
+ <import resource="ECardApplInfobox.xml" />
+ <import resource="ECardG3ApplSichereSignatur.xml" />
+ <import resource="ECardG3ApplGewoehnlicheSignatur.xml" />
+
+ <bean name="eCardG3" class="at.gv.egiz.smcc.CardEmul"
+ abstract="true">
+ <property name="atr"
+ value="3b:bd:18:00:81:31:fe:45:80:51:02:67:05:18:b1:02:02:02:01:81:05:31" />
+ <property name="basicChannel" ref="cardChannel" />
+ <property name="applications">
+ <list>
+ <ref bean="applInfobox" />
+ <ref bean="applSichereSignatur" />
+ <ref bean="applGewoehnlicheSignatur" />
+ </list>
+ </property>
+ </bean>
+
+ <bean name="cardChannel" class="at.gv.egiz.smcc.starcos.STARCOSCardChannelEmul">
+ <property name="cardEmul" ref="card" />
+ <property name="globalPins">
+ <map>
+ <entry key="0x01" value-ref="kartenPIN" />
+ </map>
+ </property>
+ <property name="globalFiles">
+ <list>
+ <ref bean="EF_VERSION" />
+ </list>
+ </property>
+ </bean>
+
+ <bean name="kartenPIN" class="at.gv.egiz.smcc.PIN">
+ <property name="pin" value="24:12:34:ff:ff:ff:ff:ff" />
+ <property name="kfpc" value="10" />
+ </bean>
+
+
+ <bean name="EF_VERSION" class="at.gv.egiz.smcc.File">
+ <property name="fid" value="00:32" />
+ <property name="fcx"
+ value="62:1a:80:02:00:14:82:05:44:41:00:14:01:83:02:00:32:88:01:d8:8a:01:05:a1 03:8b:01:03" />
+ <property name="file">
+ <value>
+ a5:0e:53:02:01:20:54:08 01:01:03:01:04:01:70:01
+ </value>
+ </property>
+ </bean>
+
+</beans> \ No newline at end of file