aboutsummaryrefslogtreecommitdiff
path: root/id/server/stork2-saml-engine/src/test/resources/p11Conf.cfg
diff options
context:
space:
mode:
authorBojan Suzic <bojan.suzic@iaik.tugraz.at>2014-03-17 18:23:52 +0100
committerBojan Suzic <bojan.suzic@iaik.tugraz.at>2014-03-17 18:23:52 +0100
commit0b3249e37b26e029c576127654dca31bff4a5a63 (patch)
treefb4b0ce3d24928ccb4052f44ced7135ddc480028 /id/server/stork2-saml-engine/src/test/resources/p11Conf.cfg
parent60ac2a89fce86eb1e8344eb22535cfdd0b9aa147 (diff)
downloadmoa-id-spss-0b3249e37b26e029c576127654dca31bff4a5a63.tar.gz
moa-id-spss-0b3249e37b26e029c576127654dca31bff4a5a63.tar.bz2
moa-id-spss-0b3249e37b26e029c576127654dca31bff4a5a63.zip
removing old samlengine and storkcommons
Diffstat (limited to 'id/server/stork2-saml-engine/src/test/resources/p11Conf.cfg')
-rw-r--r--id/server/stork2-saml-engine/src/test/resources/p11Conf.cfg24
1 files changed, 0 insertions, 24 deletions
diff --git a/id/server/stork2-saml-engine/src/test/resources/p11Conf.cfg b/id/server/stork2-saml-engine/src/test/resources/p11Conf.cfg
deleted file mode 100644
index b712219c1..000000000
--- a/id/server/stork2-saml-engine/src/test/resources/p11Conf.cfg
+++ /dev/null
@@ -1,24 +0,0 @@
-//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