summaryrefslogtreecommitdiff
path: root/tests/merlin-xmlenc-five/encrypt-data-aes256-cbc-kw-tripledes.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/merlin-xmlenc-five/encrypt-data-aes256-cbc-kw-tripledes.tmpl')
-rw-r--r--tests/merlin-xmlenc-five/encrypt-data-aes256-cbc-kw-tripledes.tmpl20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/merlin-xmlenc-five/encrypt-data-aes256-cbc-kw-tripledes.tmpl b/tests/merlin-xmlenc-five/encrypt-data-aes256-cbc-kw-tripledes.tmpl
new file mode 100644
index 00000000..ad6f4b62
--- /dev/null
+++ b/tests/merlin-xmlenc-five/encrypt-data-aes256-cbc-kw-tripledes.tmpl
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<EncryptedData xmlns="http://www.w3.org/2001/04/xmlenc#" MimeType="text/plain">
+ <EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#aes256-cbc" />
+ <KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
+ <EncryptedKey xmlns="http://www.w3.org/2001/04/xmlenc#">
+ <EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#kw-tripledes" />
+ <KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
+ <KeyName>bob</KeyName>
+ </KeyInfo>
+ <CipherData>
+ <CipherValue>
+ </CipherValue>
+ </CipherData>
+ </EncryptedKey>
+ </KeyInfo>
+ <CipherData>
+ <CipherValue>
+ </CipherValue>
+ </CipherData>
+</EncryptedData>