summaryrefslogtreecommitdiff
path: root/tests/aleksey-xmlenc-01/enc-des3cbc-keyname-content.xml
blob: d7f962762379c263bc4aae10c3e31fcc8e3caf05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE test [
<!ATTLIST Test Id ID #IMPLIED>
]>
<Test Id="Test"><EncryptedData xmlns="http://www.w3.org/2001/04/xmlenc#" MimeType="text/plain" Type="http://www.w3.org/2001/04/xmlenc#Content">
  <EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#tripledes-cbc"/>
  <KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
    <KeyName>test-des</KeyName>
  </KeyInfo>   
  <CipherData>
     <CipherValue>
       V0CekKjZodbqjW4Yq3lMkA==
     </CipherValue>
  </CipherData>
</EncryptedData></Test>