summaryrefslogtreecommitdiff
path: root/tests/aleksey-xmlenc-01/enc-des3cbc-aes192-keyname.tmpl
blob: 539d63ea67e12396ec4ca544f5ac58f92de29743 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<EncryptedData xmlns="http://www.w3.org/2001/04/xmlenc#" MimeType="text/plain" >
  <EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#tripledes-cbc"/>
  <KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
    <EncryptedKey xmlns="http://www.w3.org/2001/04/xmlenc#">
     <EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#aes192-cbc" />
	<KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
    	    <KeyName>test-aes192</KeyName>
	</KeyInfo>   
	<CipherData><CipherValue /></CipherData>
    </EncryptedKey>
  </KeyInfo>   
  <CipherData>
     <CipherValue />
  </CipherData>
</EncryptedData>