diff options
author | ferbas <ferbas@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c> | 2009-10-27 11:16:08 +0000 |
---|---|---|
committer | ferbas <ferbas@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c> | 2009-10-27 11:16:08 +0000 |
commit | e342f6dbbd0fd8e0646b91fc5f2075b9f4b406d7 (patch) | |
tree | 4b9e1383d327c05abccc34bcc273908fd2389dc0 /src/main/resources/at/gv | |
parent | fee58f2f32e9df48698b60aad34785c79c5195e3 (diff) | |
download | pdf-as-3-e342f6dbbd0fd8e0646b91fc5f2075b9f4b406d7.tar.gz pdf-as-3-e342f6dbbd0fd8e0646b91fc5f2075b9f4b406d7.tar.bz2 pdf-as-3-e342f6dbbd0fd8e0646b91fc5f2075b9f4b406d7.zip |
added support for dynamic algorithm suites / acos04
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@368 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
Diffstat (limited to 'src/main/resources/at/gv')
-rw-r--r-- | src/main/resources/at/gv/egiz/pdfas/algorithmSuite/supportedAlgorithms.txt | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/src/main/resources/at/gv/egiz/pdfas/algorithmSuite/supportedAlgorithms.txt b/src/main/resources/at/gv/egiz/pdfas/algorithmSuite/supportedAlgorithms.txt new file mode 100644 index 0000000..9fc8807 --- /dev/null +++ b/src/main/resources/at/gv/egiz/pdfas/algorithmSuite/supportedAlgorithms.txt @@ -0,0 +1,32 @@ +# pdf-as supported signature methods and digest algorithms
+
+# signature methods
+http://www.w3.org/2000/09/xmldsig#dsa-sha1
+http://www.w3.org/2000/09/xmldsig#hmac-sha1
+http://www.w3.org/2000/09/xmldsig#rsa-sha1
+http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha1
+http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha224
+http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha256
+http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha384
+http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha512
+http://www.w3.org/2001/04/xmldsig-more#hmac-md5
+http://www.w3.org/2001/04/xmldsig-more#hmac-ripemd160
+http://www.w3.org/2001/04/xmldsig-more#hmac-sha224
+http://www.w3.org/2001/04/xmldsig-more#hmac-sha256
+http://www.w3.org/2001/04/xmldsig-more#hmac-sha384
+http://www.w3.org/2001/04/xmldsig-more#hmac-sha512
+http://www.w3.org/2001/04/xmldsig-more#rsa-md5
+http://www.w3.org/2001/04/xmldsig-more#rsa-ripemd160
+http://www.w3.org/2001/04/xmldsig-more#rsa-sha256
+http://www.w3.org/2001/04/xmldsig-more#rsa-sha384
+http://www.w3.org/2001/04/xmldsig-more#rsa-sha512
+http://www.w3.org/2007/05/xmldsig-more#ecdsa-ripemd160
+
+# digest algorithms
+http://www.w3.org/2000/09/xmldsig#sha1
+http://www.w3.org/2001/04/xmldsig-more#md5
+http://www.w3.org/2001/04/xmldsig-more#sha224
+http://www.w3.org/2001/04/xmldsig-more#sha384
+http://www.w3.org/2001/04/xmlenc#ripemd160
+http://www.w3.org/2001/04/xmlenc#sha256
+http://www.w3.org/2001/04/xmlenc#sha512
\ No newline at end of file |