byte[] ciphertext2 = ed.getCipherData().getCipherValue().getCipherText();
Key decrypt = em2.createSecretKeyFromBytes(
org.apache.xml.security.utils.HexDump.hexStringToByteArray(
"00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f"));
Key unwrapped =
em2.unwrap(ciphertext2, wrapKey,
EncryptionConstants.ALGO_ID_BLOCKCIPHER_AES128);
System.out.println();
System.out.println();
System.out.println();