Class ContentEncryptedElementSecurityEvent
- java.lang.Object
-
- org.apache.xml.security.stax.securityEvent.SecurityEvent
-
- org.apache.xml.security.stax.securityEvent.AbstractElementSecurityEvent
-
- org.apache.xml.security.stax.securityEvent.AbstractSecuredElementSecurityEvent
-
- org.apache.xml.security.stax.securityEvent.ContentEncryptedElementSecurityEvent
-
public class ContentEncryptedElementSecurityEvent extends AbstractSecuredElementSecurityEvent
-
-
Constructor Summary
Constructors Constructor Description ContentEncryptedElementSecurityEvent(InboundSecurityToken inboundSecurityToken, boolean encrypted, java.util.List<XMLSecurityConstants.ContentType> protectionOrder)
-
Method Summary
-
Methods inherited from class org.apache.xml.security.stax.securityEvent.AbstractSecuredElementSecurityEvent
getProtectionOrder, getSecurityToken, isAttachment, isEncrypted, isSigned, setAttachment, setEncrypted, setProtectionOrder, setSecurityToken, setSigned
-
Methods inherited from class org.apache.xml.security.stax.securityEvent.AbstractElementSecurityEvent
getElementPath, getXmlSecEvent, setElementPath, setXmlSecEvent
-
Methods inherited from class org.apache.xml.security.stax.securityEvent.SecurityEvent
getCorrelationID, getSecurityEventType, setCorrelationID
-
-
-
-
Constructor Detail
-
ContentEncryptedElementSecurityEvent
public ContentEncryptedElementSecurityEvent(InboundSecurityToken inboundSecurityToken, boolean encrypted, java.util.List<XMLSecurityConstants.ContentType> protectionOrder)
-
-