Class SignedElementSecurityEvent
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.SignedElementSecurityEvent
-
Constructor Summary
ConstructorsConstructorDescriptionSignedElementSecurityEvent(InboundSecurityToken inboundSecurityToken, boolean signed, 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
-
SignedElementSecurityEvent
public SignedElementSecurityEvent(InboundSecurityToken inboundSecurityToken, boolean signed, List<XMLSecurityConstants.ContentType> protectionOrder)
-