summaryrefslogtreecommitdiff
path: root/examples/encrypt1-tmpl.xml
diff options
context:
space:
mode:
authorHyungKyu Song <hk76.song@samsung.com>2013-02-16 00:10:11 +0900
committerHyungKyu Song <hk76.song@samsung.com>2013-02-16 00:10:11 +0900
commit87d14e01aaf6713d3ed043a01f379d746a7c6948 (patch)
tree71cec8330e90327340c5ef868518c18d54b31181 /examples/encrypt1-tmpl.xml
parent27cda5c4335f94edc154e092d9c190e5badb7f70 (diff)
downloadxmlsec1-87d14e01aaf6713d3ed043a01f379d746a7c6948.tar.gz
xmlsec1-87d14e01aaf6713d3ed043a01f379d746a7c6948.tar.bz2
xmlsec1-87d14e01aaf6713d3ed043a01f379d746a7c6948.zip
Diffstat (limited to 'examples/encrypt1-tmpl.xml')
-rw-r--r--examples/encrypt1-tmpl.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/encrypt1-tmpl.xml b/examples/encrypt1-tmpl.xml
new file mode 100644
index 00000000..3d61a901
--- /dev/null
+++ b/examples/encrypt1-tmpl.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0"?>
+<!--
+XML Security Library example: Simple encryption template file for encrypt1 example.
+-->
+<EncryptedData xmlns="http://www.w3.org/2001/04/xmlenc#">
+ <EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#tripledes-cbc"/>
+ <KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
+ <KeyName/>
+ </KeyInfo>
+ <CipherData>
+ <CipherValue></CipherValue>
+ </CipherData>
+</EncryptedData>