<?xml version="1.0" encoding="UTF-8"?> <!-- Test that holds an aes192-cbc encrypted value. Key is 123456789012345678901234567890123456789012345678. --> <KeyContainer Version="1.0" xmlns="urn:ietf:params:xml:ns:keyprov:pskc" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:xenc="http://www.w3.org/2001/04/xmlenc#"> <EncryptionKey> <ds:KeyName>Pre-shared-key</ds:KeyName> </EncryptionKey> <MACMethod Algorithm="http://www.w3.org/2001/04/xmldsig-more#hmac-sha256"> <MACKey> <xenc:EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#aes192-cbc"/> <xenc:CipherData> <xenc:CipherValue>SVZJVklWSVZJVklWSVZJVmDaimFqjBwo8MSWUGmwDkqJvsb1xlkf0MHfyqeooZzM</xenc:CipherValue> </xenc:CipherData> </MACKey> </MACMethod> <KeyPackage> <Key> <Data> <Secret> <EncryptedValue> <xenc:EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#aes192-cbc"/> <xenc:CipherData> <xenc:CipherValue>AAECAwQFBgcICQoLDA0OD/616ab2do/xcWNKuW1qE3rSzwqoZcpg5ucwpjiZ07tV</xenc:CipherValue> </xenc:CipherData> </EncryptedValue> <ValueMAC>ADfYOligu/3jDK9QhUGO7gGMxNxmrBUy4qtv4HyKF8o=</ValueMAC> </Secret> </Data> </Key> </KeyPackage> </KeyContainer>