summaryrefslogtreecommitdiff
path: root/examples/encrypt1-res.xml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/encrypt1-res.xml')
-rw-r--r--examples/encrypt1-res.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/encrypt1-res.xml b/examples/encrypt1-res.xml
new file mode 100644
index 00000000..cc436a0e
--- /dev/null
+++ b/examples/encrypt1-res.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0"?>
+<!--
+XML Security Library example: Encrypted binary data (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>deskey.bin</KeyName>
+ </KeyInfo>
+ <CipherData>
+ <CipherValue>t6JVBMihIgRyiK8AS8AX5NcXTfkdXPTK</CipherValue>
+ </CipherData>
+</EncryptedData>