2<!-- 3XML Security Library example: Simple encryption template file for encrypt1 example. 4--> 5<Envelope xmlns="urn:envelope"> 6 The encrypted data is <Data>Hello, World!</Data> 7 <EncryptedData xmlns="http://www.w3.org/2001/04/xmlenc#" Type="http://www.w3.org/2001/04/xmlenc#Element"> 8 <EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#tripledes-cbc"></EncryptionMethod> 9 <KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
--- 22 unchanged lines hidden --- | 22<!-- 23XML Security Library example: Simple encryption template file for encrypt1 example. 24--> 25<Envelope xmlns="urn:envelope"> 26 The encrypted data is <Data>Hello, World!</Data> 27 <EncryptedData xmlns="http://www.w3.org/2001/04/xmlenc#" Type="http://www.w3.org/2001/04/xmlenc#Element"> 28 <EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#tripledes-cbc"></EncryptionMethod> 29 <KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
--- 22 unchanged lines hidden --- |