diff options
author | Florian Reimair <florian.reimair@iaik.tugraz.at> | 2014-01-16 08:55:06 +0100 |
---|---|---|
committer | Florian Reimair <florian.reimair@iaik.tugraz.at> | 2014-01-27 16:37:40 +0100 |
commit | 6c7a6f8e222e4fb39a11c220b63e785f2037d428 (patch) | |
tree | 2628e16ffc7296a2d6a8a3e9c2200dbc9f1536bd /id/server/stork2-saml-engine/src/test/resources/p11Conf.cfg | |
parent | 8276884b9c45315df5fa951ce53b3d35f4983b22 (diff) | |
download | moa-id-spss-6c7a6f8e222e4fb39a11c220b63e785f2037d428.tar.gz moa-id-spss-6c7a6f8e222e4fb39a11c220b63e785f2037d428.tar.bz2 moa-id-spss-6c7a6f8e222e4fb39a11c220b63e785f2037d428.zip |
fix added real source of stork modules
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.cfg | 24 |
1 files changed, 24 insertions, 0 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 new file mode 100644 index 000000000..b712219c1 --- /dev/null +++ b/id/server/stork2-saml-engine/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 |