//additional ContentEncryptedElements are also allowed!
headerPath = new ArrayList<QName>();
headerPath.add(new QName("http://example.org", "b"));
contentEncryptedElementSecurityEvent.setElementPath(headerPath);
policyEnforcer.registerSecurityEvent(contentEncryptedElementSecurityEvent);
policyEnforcer.doFinal();
}
@Test
public void testPolicyMultipleAssertionEventsNegative() throws Exception {
String policyString =