aboutsummaryrefslogtreecommitdiff
path: root/id/server/SamlEngine-VIDP/src/test/resources/p11Conf.cfg
diff options
context:
space:
mode:
authorBojan Suzic <bojan.suzic@iaik.tugraz.at>2014-03-17 18:24:11 +0100
committerBojan Suzic <bojan.suzic@iaik.tugraz.at>2014-03-17 18:24:11 +0100
commit3dbd5a679a3d695d43729916e2196d2b50b128cf (patch)
tree52467dfe2223b4ca9a30d5e042ddd1ba16177705 /id/server/SamlEngine-VIDP/src/test/resources/p11Conf.cfg
parent0b3249e37b26e029c576127654dca31bff4a5a63 (diff)
downloadmoa-id-spss-3dbd5a679a3d695d43729916e2196d2b50b128cf.tar.gz
moa-id-spss-3dbd5a679a3d695d43729916e2196d2b50b128cf.tar.bz2
moa-id-spss-3dbd5a679a3d695d43729916e2196d2b50b128cf.zip
adding samlengine 1.4.0
Diffstat (limited to 'id/server/SamlEngine-VIDP/src/test/resources/p11Conf.cfg')
-rw-r--r--id/server/SamlEngine-VIDP/src/test/resources/p11Conf.cfg24
1 files changed, 24 insertions, 0 deletions
diff --git a/id/server/SamlEngine-VIDP/src/test/resources/p11Conf.cfg b/id/server/SamlEngine-VIDP/src/test/resources/p11Conf.cfg
new file mode 100644
index 000000000..bd9f357ce
--- /dev/null
+++ b/id/server/SamlEngine-VIDP/src/test/resources/p11Conf.cfg
@@ -0,0 +1,24 @@
+//ATTRIBUTE VALUE
+//name name suffix of this provider instance
+//library pathname of PKCS#11 implementation
+//slotListIndex slot index
+
+//PREFIX DESCRIPTION
+//CKO_ Object class
+//CKA_ Attribute
+//CKK_ Key type
+
+//attributes(operation, keytype, keyalgorithm) = {
+// name1 = value1
+// [...]
+//}
+
+name=nameProvider
+library=library.dll
+slotListIndex=0
+attributes(*,CKO_PUBLIC_KEY,CKK_RSA)={
+ CKA_VERIFY=true
+}
+attributes(*,CKO_PRIVATE_KEY,CKK_RSA)={
+ CKA_SIGN=true
+} \ No newline at end of file