summaryrefslogtreecommitdiff
path: root/examples/encrypt2-res.xml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/encrypt2-res.xml')
-rw-r--r--examples/encrypt2-res.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/encrypt2-res.xml b/examples/encrypt2-res.xml
new file mode 100644
index 00000000..d2a0a573
--- /dev/null
+++ b/examples/encrypt2-res.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+XML Security Library example: Encrypted XML file (encrypt2 example).
+-->
+<EncryptedData xmlns="http://www.w3.org/2001/04/xmlenc#" Type="http://www.w3.org/2001/04/xmlenc#Element">
+<EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#tripledes-cbc"/>
+<KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
+<KeyName>deskey.bin</KeyName>
+</KeyInfo>
+<CipherData>
+<CipherValue>WXlDyktaADlUe+PywKwS3KdKlahCteEKxi/hRlHcXNQlGwNGrYKy8aQ6dLtX1bKg
+IgL/XoAQN3B27zD91b1ZLGh6QQ9CjnVD98+hYJ9TPp4piPnII4vGUA==</CipherValue>
+</CipherData>
+</EncryptedData>