summaryrefslogtreecommitdiff
path: root/tests/merlin-xmlenc-five/encrypt-content-aes256-cbc-prop.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/merlin-xmlenc-five/encrypt-content-aes256-cbc-prop.tmpl')
-rw-r--r--tests/merlin-xmlenc-five/encrypt-content-aes256-cbc-prop.tmpl18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/merlin-xmlenc-five/encrypt-content-aes256-cbc-prop.tmpl b/tests/merlin-xmlenc-five/encrypt-content-aes256-cbc-prop.tmpl
new file mode 100644
index 00000000..2cdca95e
--- /dev/null
+++ b/tests/merlin-xmlenc-five/encrypt-content-aes256-cbc-prop.tmpl
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<EncryptedData xmlns="http://www.w3.org/2001/04/xmlenc#" Id="encrypt-data-0" Type="http://www.w3.org/2001/04/xmlenc#Content">
+ <EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#aes256-cbc" />
+ <KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
+ <KeyName>jed</KeyName>
+ </KeyInfo>
+ <CipherData>
+ <CipherValue>
+ </CipherValue>
+ </CipherData>
+ <EncryptionProperties>
+ <EncryptionProperty Target="#encrypt-data-0">
+ <Certification xmlns="urn:example:prop">
+ certifiable
+ </Certification>
+ </EncryptionProperty>
+ </EncryptionProperties>
+</EncryptedData>