Repository URL to install this package:
|
Version:
0.3.0 ▾
|
<?xml version="1.0" encoding="UTF-8"?>
<!--
XML Security Library example: Original XML doc file before encryption (encrypt2 example).
-->
<EncryptedData xmlns="http://www.w3.org/2001/04/xmlenc#" Type="http://www.w3.org/2001/04/xmlenc#Element">
<EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#tripledes-cbc"/>
<KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
<KeyName>deskey.bin</KeyName>
</KeyInfo>
<CipherData>
<CipherValue>v/eH8bBJd1SX69/lHiVGZcKiE88NPK+ai52NVjyTlePAW4COR5yWGcpC3D+NZ59R
hs0+AIeVre4jVoYbXGVJIboNFmXEmW6TXfcre+GuUJiGYT86i+mygg==</CipherValue>
</CipherData>
</EncryptedData>