summaryrefslogtreecommitdiff
path: root/tests/merlin-xmlenc-five/encrypt-content-aes256-cbc-prop.tmpl
blob: 2cdca95ee1b8acc4124dfec72f842c94dbc9031f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<EncryptedData xmlns="http://www.w3.org/2001/04/xmlenc#" Id="encrypt-data-0" Type="http://www.w3.org/2001/04/xmlenc#Content">
      <EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#aes256-cbc" />
      <KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
        <KeyName>jed</KeyName>
      </KeyInfo>
      <CipherData>
        <CipherValue>
        </CipherValue>
      </CipherData>
      <EncryptionProperties>
        <EncryptionProperty Target="#encrypt-data-0">
          <Certification xmlns="urn:example:prop">
            certifiable
          </Certification>
        </EncryptionProperty>
      </EncryptionProperties>
</EncryptedData>