summaryrefslogtreecommitdiff
path: root/tests/merlin-xmlenc-five/encrypt-content-tripledes-cbc.tmpl
blob: 3428cbf930e9b392fabd2768da52552d89851c99 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<EncryptedData xmlns="http://www.w3.org/2001/04/xmlenc#" 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>bob</KeyName>
      </KeyInfo>
      <CipherData>
        <CipherValue>
        </CipherValue>
      </CipherData>
</EncryptedData>