Class EncryptedElementSecurityEvent
- 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.EncryptedElementSecurityEvent
-
public class EncryptedElementSecurityEvent extends AbstractSecuredElementSecurityEvent
- Version:
- $Revision: 1359731 $ $Date: 2012-07-10 16:39:40 +0100 (Tue, 10 Jul 2012) $
- Author:
- $Author: coheigea $
-
-
Constructor Summary
Constructors Constructor Description EncryptedElementSecurityEvent(InboundSecurityToken inboundSecurityToken, boolean encrypted, 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
-
EncryptedElementSecurityEvent
public EncryptedElementSecurityEvent(InboundSecurityToken inboundSecurityToken, boolean encrypted, List<XMLSecurityConstants.ContentType> protectionOrder)
-
-