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
-
Constructor Summary
ConstructorsConstructorDescriptionEncryptedElementSecurityEvent(InboundSecurityToken inboundSecurityToken, boolean encrypted, List<XMLSecurityConstants.ContentType> protectionOrder) -
Method Summary
Methods inherited from class AbstractSecuredElementSecurityEvent
getProtectionOrder, getSecurityToken, isAttachment, isEncrypted, isSigned, setAttachment, setEncrypted, setProtectionOrder, setSecurityToken, setSignedMethods inherited from class AbstractElementSecurityEvent
getElementPath, getXmlSecEvent, setElementPath, setXmlSecEventMethods inherited from class SecurityEvent
getCorrelationID, getSecurityEventType, setCorrelationID
-
Constructor Details
-
EncryptedElementSecurityEvent
public EncryptedElementSecurityEvent(InboundSecurityToken inboundSecurityToken, boolean encrypted, List<XMLSecurityConstants.ContentType> protectionOrder)
-