Uses of Interface
org.apache.xml.security.stax.ext.stax.XMLSecEvent
Packages that use XMLSecEvent
Package
Description
-
Uses of XMLSecEvent in org.apache.xml.security.stax.ext
Fields in org.apache.xml.security.stax.ext with type parameters of type XMLSecEventModifier and TypeFieldDescriptionprivate final ArrayDeque
<XMLSecEvent> AbstractBufferingOutputProcessor.xmlSecEventBuffer
Methods in org.apache.xml.security.stax.ext that return XMLSecEventModifier and TypeMethodDescriptionprotected XMLSecEvent
AbstractInputSecurityHeaderHandler.getResponsibleStartXMLEvent
(Deque<XMLSecEvent> eventDeque, int index) InputProcessorChain.processEvent()
Requests the next XMLEvent from the next processor in the chain.InputProcessorChain.processHeaderEvent()
Requests the next security header XMLEvent from the next processor in the chain.abstract XMLSecEvent
AbstractInputProcessor.processNextEvent
(InputProcessorChain inputProcessorChain) InputProcessor.processNextEvent
(InputProcessorChain inputProcessorChain) Will be called from the framework when the next XMLEvent is requestedabstract XMLSecEvent
AbstractInputProcessor.processNextHeaderEvent
(InputProcessorChain inputProcessorChain) InputProcessor.processNextHeaderEvent
(InputProcessorChain inputProcessorChain) Will be called from the framework when the next security-header XMLEvent is requestedMethods in org.apache.xml.security.stax.ext that return types with arguments of type XMLSecEventModifier and TypeMethodDescriptionprotected List
<XMLSecEvent> AbstractInputSecurityHeaderHandler.getResponsibleXMLSecEvents
(Deque<XMLSecEvent> xmlSecEvents, int index) protected Deque
<XMLSecEvent> AbstractBufferingOutputProcessor.getXmlSecEventBuffer()
Methods in org.apache.xml.security.stax.ext with parameters of type XMLSecEventModifier and TypeMethodDescriptionstatic String
XMLSecurityUtils.getXMLEventAsString
(XMLSecEvent xmlSecEvent) Returns the XMLEvent type in String formprotected void
AbstractOutputProcessor.outputAsEvent
(OutputProcessorChain outputProcessorChain, XMLSecEvent xmlSecEvent) void
AbstractBufferingOutputProcessor.processEvent
(XMLSecEvent xmlSecEvent, OutputProcessorChain outputProcessorChain) abstract void
AbstractOutputProcessor.processEvent
(XMLSecEvent xmlSecEvent, OutputProcessorChain outputProcessorChain) void
OutputProcessorChain.processEvent
(XMLSecEvent xmlSecEvent) Forwards the XMLEvent to the next processor in the chain.void
AbstractOutputProcessor.processNextEvent
(XMLSecEvent xmlSecEvent, OutputProcessorChain outputProcessorChain) void
OutputProcessor.processNextEvent
(XMLSecEvent xmlSecEvent, OutputProcessorChain outputProcessorChain) Will be called from the framework for every XMLEventvoid
Transformer.transform
(XMLSecEvent xmlSecEvent) Method parameters in org.apache.xml.security.stax.ext with type arguments of type XMLSecEventModifier and TypeMethodDescriptionprotected void
AbstractBufferingOutputProcessor.flushBufferAndCallbackAfterHeader
(OutputProcessorChain outputProcessorChain, Deque<XMLSecEvent> xmlSecEventDeque) AbstractInputSecurityHeaderHandler.getElementPath
(Deque<XMLSecEvent> eventDeque) protected XMLSecEvent
AbstractInputSecurityHeaderHandler.getResponsibleStartXMLEvent
(Deque<XMLSecEvent> eventDeque, int index) protected List
<XMLSecEvent> AbstractInputSecurityHeaderHandler.getResponsibleXMLSecEvents
(Deque<XMLSecEvent> xmlSecEvents, int index) void
XMLSecurityHeaderHandler.handle
(InputProcessorChain inputProcessorChain, XMLSecurityProperties securityProperties, Deque<XMLSecEvent> eventQueue, Integer index) protected <T> T
AbstractInputSecurityHeaderHandler.parseStructure
(Deque<XMLSecEvent> eventDeque, int index, XMLSecurityProperties securityProperties) -
Uses of XMLSecEvent in org.apache.xml.security.stax.ext.stax
Subinterfaces of XMLSecEvent in org.apache.xml.security.stax.ext.staxModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
Methods in org.apache.xml.security.stax.ext.stax that return XMLSecEventModifier and TypeMethodDescriptionstatic XMLSecEvent
XMLSecEventFactory.allocate
(XMLStreamReader xmlStreamReader, XMLSecStartElement parentXMLSecStartElement) -
Uses of XMLSecEvent in org.apache.xml.security.stax.impl
Fields in org.apache.xml.security.stax.impl declared as XMLSecEventFields in org.apache.xml.security.stax.impl with type parameters of type XMLSecEventModifier and TypeFieldDescriptionprivate final Iterator
<XMLSecEvent> XMLSecurityEventReader.xmlSecEventIterator
Methods in org.apache.xml.security.stax.impl that return XMLSecEventModifier and TypeMethodDescriptionprivate XMLSecEvent
XMLSecurityStreamReader.getCurrentEvent()
InputProcessorChainImpl.processEvent()
InputProcessorChainImpl.processHeaderEvent()
Methods in org.apache.xml.security.stax.impl with parameters of type XMLSecEventModifier and TypeMethodDescriptionprivate void
XMLSecurityStreamWriter.chainProcessEvent
(XMLSecEvent xmlSecEvent) void
OutputProcessorChainImpl.processEvent
(XMLSecEvent xmlSecEvent) Constructor parameters in org.apache.xml.security.stax.impl with type arguments of type XMLSecEventModifierConstructorDescriptionXMLSecurityEventReader
(Deque<XMLSecEvent> xmlSecEvents, int fromIndex) -
Uses of XMLSecEvent in org.apache.xml.security.stax.impl.processor.input
Fields in org.apache.xml.security.stax.impl.processor.input declared as XMLSecEventModifier and TypeFieldDescriptionprivate final XMLSecEvent
AbstractDecryptInputProcessor.DecryptionThread.firstEvent
Fields in org.apache.xml.security.stax.impl.processor.input with type parameters of type XMLSecEventModifier and TypeFieldDescriptionprivate final ArrayDeque
<XMLSecEvent> AbstractDecryptInputProcessor.tmpXmlEventList
private final ArrayDeque
<XMLSecEvent> XMLSecurityInputProcessor.InternalBufferProcessor.xmlSecEventList
private final ArrayDeque
<XMLSecEvent> XMLSecurityInputProcessor.InternalReplayProcessor.xmlSecEventList
Methods in org.apache.xml.security.stax.impl.processor.input that return XMLSecEventModifier and TypeMethodDescriptionprivate XMLSecEvent
AbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessor.processEvent
(InputProcessorChain inputProcessorChain, boolean headerEvent) private XMLSecEvent
AbstractDecryptInputProcessor.processEvent
(InputProcessorChain inputProcessorChain, boolean isSecurityHeaderEvent) AbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessor.processNextEvent
(InputProcessorChain inputProcessorChain) private XMLSecEvent
AbstractDecryptInputProcessor.DecryptionThread.processNextEvent()
AbstractDecryptInputProcessor.processNextEvent
(InputProcessorChain inputProcessorChain) AbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier.processNextEvent
(InputProcessorChain inputProcessorChain) AbstractSignatureReferenceVerifyInputProcessor.processNextEvent
(InputProcessorChain inputProcessorChain) LogInputProcessor.processNextEvent
(InputProcessorChain inputProcessorChain) XMLEventReaderInputProcessor.processNextEvent
(InputProcessorChain inputProcessorChain) XMLSecurityInputProcessor.InternalBufferProcessor.processNextEvent
(InputProcessorChain inputProcessorChain) XMLSecurityInputProcessor.InternalReplayProcessor.processNextEvent
(InputProcessorChain inputProcessorChain) XMLSecurityInputProcessor.processNextEvent
(InputProcessorChain inputProcessorChain) private XMLSecEvent
XMLEventReaderInputProcessor.processNextEventInternal()
AbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessor.processNextHeaderEvent
(InputProcessorChain inputProcessorChain) AbstractDecryptInputProcessor.processNextHeaderEvent
(InputProcessorChain inputProcessorChain) AbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier.processNextHeaderEvent
(InputProcessorChain inputProcessorChain) AbstractSignatureReferenceVerifyInputProcessor.processNextHeaderEvent
(InputProcessorChain inputProcessorChain) LogInputProcessor.processNextHeaderEvent
(InputProcessorChain inputProcessorChain) XMLEventReaderInputProcessor.processNextHeaderEvent
(InputProcessorChain inputProcessorChain) XMLSecurityInputProcessor.InternalBufferProcessor.processNextHeaderEvent
(InputProcessorChain inputProcessorChain) XMLSecurityInputProcessor.InternalReplayProcessor.processNextHeaderEvent
(InputProcessorChain inputProcessorChain) XMLSecurityInputProcessor.processNextHeaderEvent
(InputProcessorChain inputProcessorChain) private XMLSecEvent
AbstractDecryptInputProcessor.readAndBufferEncryptedHeader
(InputProcessorChain inputProcessorChain, boolean isSecurityHeaderEvent, XMLSecEvent xmlSecEvent) Methods in org.apache.xml.security.stax.impl.processor.input that return types with arguments of type XMLSecEventModifier and TypeMethodDescriptionXMLSecurityInputProcessor.InternalBufferProcessor.getXmlSecEventList()
protected Deque
<XMLSecEvent> AbstractSignatureInputHandler.reparseSignedInfo
(InputProcessorChain inputProcessorChain, XMLSecurityProperties securityProperties, SignatureType signatureType, Deque<XMLSecEvent> eventDeque, int index) Methods in org.apache.xml.security.stax.impl.processor.input with parameters of type XMLSecEventModifier and TypeMethodDescriptionvoid
XMLEncryptedKeyInputHandler.handle
(InputProcessorChain inputProcessorChain, EncryptedKeyType encryptedKeyType, XMLSecEvent responsibleXMLSecStartXMLEvent, XMLSecurityProperties securityProperties) private EncryptedDataType
AbstractDecryptInputProcessor.parseEncryptedDataStructure
(boolean isSecurityHeaderEvent, XMLSecEvent xmlSecEvent, InputProcessorChain subInputProcessorChain) protected abstract void
AbstractSignatureReferenceVerifyInputProcessor.processElementPath
(List<QName> elementPath, InputProcessorChain inputProcessorChain, XMLSecEvent xmlSecEvent, ReferenceType referenceType) protected void
XMLSignatureReferenceVerifyInputProcessor.processElementPath
(List<QName> elementPath, InputProcessorChain inputProcessorChain, XMLSecEvent xmlSecEvent, ReferenceType referenceType) protected void
AbstractSignatureInputHandler.SignatureVerifier.processEvent
(XMLSecEvent xmlSecEvent) void
AbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier.processEvent
(XMLSecEvent xmlSecEvent, InputProcessorChain inputProcessorChain) private XMLSecEvent
AbstractDecryptInputProcessor.readAndBufferEncryptedHeader
(InputProcessorChain inputProcessorChain, boolean isSecurityHeaderEvent, XMLSecEvent xmlSecEvent) Method parameters in org.apache.xml.security.stax.impl.processor.input with type arguments of type XMLSecEventModifier and TypeMethodDescriptionvoid
AbstractSignatureInputHandler.handle
(InputProcessorChain inputProcessorChain, XMLSecurityProperties securityProperties, Deque<XMLSecEvent> eventQueue, Integer index) void
XMLEncryptedKeyInputHandler.handle
(InputProcessorChain inputProcessorChain, XMLSecurityProperties securityProperties, Deque<XMLSecEvent> eventQueue, Integer index) protected Deque
<XMLSecEvent> AbstractSignatureInputHandler.reparseSignedInfo
(InputProcessorChain inputProcessorChain, XMLSecurityProperties securityProperties, SignatureType signatureType, Deque<XMLSecEvent> eventDeque, int index) protected InboundSecurityToken
AbstractSignatureInputHandler.verifySignedInfo
(InputProcessorChain inputProcessorChain, XMLSecurityProperties securityProperties, SignatureType signatureType, Deque<XMLSecEvent> eventDeque, int index) Constructors in org.apache.xml.security.stax.impl.processor.input with parameters of type XMLSecEventModifierConstructorDescriptionprotected
DecryptionThread
(InputProcessorChain inputProcessorChain, boolean header, XMLSecEvent firstEvent) Constructor parameters in org.apache.xml.security.stax.impl.processor.input with type arguments of type XMLSecEventModifierConstructorDescriptionInternalReplayProcessor
(XMLSecurityProperties securityProperties, ArrayDeque<XMLSecEvent> xmlSecEventList) -
Uses of XMLSecEvent in org.apache.xml.security.stax.impl.processor.output
Methods in org.apache.xml.security.stax.impl.processor.output with parameters of type XMLSecEventModifier and TypeMethodDescriptionprivate void
AbstractEncryptOutputProcessor.AbstractInternalEncryptionOutputProcessor.encryptEvent
(XMLSecEvent xmlSecEvent) void
AbstractEncryptOutputProcessor.AbstractInternalEncryptionOutputProcessor.processEvent
(XMLSecEvent xmlSecEvent, OutputProcessorChain outputProcessorChain) abstract void
AbstractEncryptOutputProcessor.processEvent
(XMLSecEvent xmlSecEvent, OutputProcessorChain outputProcessorChain) void
AbstractSignatureEndingOutputProcessor.SignedInfoProcessor.processEvent
(XMLSecEvent xmlSecEvent, OutputProcessorChain outputProcessorChain) void
AbstractSignatureOutputProcessor.InternalSignatureOutputProcessor.processEvent
(XMLSecEvent xmlSecEvent, OutputProcessorChain outputProcessorChain) abstract void
AbstractSignatureOutputProcessor.processEvent
(XMLSecEvent xmlSecEvent, OutputProcessorChain outputProcessorChain) void
FinalOutputProcessor.processEvent
(XMLSecEvent xmlSecEvent, OutputProcessorChain outputProcessorChain) void
XMLEncryptOutputProcessor.processEvent
(XMLSecEvent xmlSecEvent, OutputProcessorChain outputProcessorChain) void
XMLSignatureOutputProcessor.processEvent
(XMLSecEvent xmlSecEvent, OutputProcessorChain outputProcessorChain) Method parameters in org.apache.xml.security.stax.impl.processor.output with type arguments of type XMLSecEventModifier and TypeMethodDescriptionprotected void
XMLSignatureEndingOutputProcessor.flushBufferAndCallbackAfterHeader
(OutputProcessorChain outputProcessorChain, Deque<XMLSecEvent> xmlSecEventDeque) -
Uses of XMLSecEvent in org.apache.xml.security.stax.impl.securityToken
Fields in org.apache.xml.security.stax.impl.securityToken declared as XMLSecEventMethods in org.apache.xml.security.stax.impl.securityToken that return XMLSecEventMethods in org.apache.xml.security.stax.impl.securityToken with parameters of type XMLSecEventModifier and TypeMethodDescriptionvoid
AbstractInboundSecurityToken.setXMLSecEvent
(XMLSecEvent xmlSecEvent) -
Uses of XMLSecEvent in org.apache.xml.security.stax.impl.stax
Classes in org.apache.xml.security.stax.impl.stax that implement XMLSecEventModifier and TypeClassDescriptionclass
Class to let XML-Attributes be comparable how it is requested by C14Nclass
class
class
class
class
class
class
class
class
Class to let XML-Namespaces be comparable how it is requested by C14Nclass
class
class
-
Uses of XMLSecEvent in org.apache.xml.security.stax.impl.transformer
Methods in org.apache.xml.security.stax.impl.transformer with parameters of type XMLSecEventModifier and TypeMethodDescriptionvoid
TransformBase64Decode.transform
(XMLSecEvent xmlSecEvent) void
TransformEnvelopedSignature.transform
(XMLSecEvent xmlSecEvent) void
TransformIdentity.transform
(XMLSecEvent xmlSecEvent) -
Uses of XMLSecEvent in org.apache.xml.security.stax.impl.transformer.canonicalizer
Fields in org.apache.xml.security.stax.impl.transformer.canonicalizer with type parameters of type XMLSecEventModifier and TypeFieldDescriptionprivate final CanonicalizerBase.C14NStack
<XMLSecEvent> CanonicalizerBase.outputStack
Methods in org.apache.xml.security.stax.impl.transformer.canonicalizer with parameters of type XMLSecEventMethod parameters in org.apache.xml.security.stax.impl.transformer.canonicalizer with type arguments of type XMLSecEventModifier and TypeMethodDescriptionprotected List
<XMLSecAttribute> CanonicalizerBase.getCurrentUtilizedAttributes
(XMLSecStartElement xmlSecStartElement, CanonicalizerBase.C14NStack<XMLSecEvent> outputStack) protected List
<XMLSecNamespace> Canonicalizer20010315_Excl.getCurrentUtilizedNamespaces
(XMLSecStartElement xmlSecStartElement, CanonicalizerBase.C14NStack<XMLSecEvent> outputStack) protected List
<XMLSecNamespace> CanonicalizerBase.getCurrentUtilizedNamespaces
(XMLSecStartElement xmlSecStartElement, CanonicalizerBase.C14NStack<XMLSecEvent> outputStack) protected List
<XMLSecAttribute> Canonicalizer11.getInitialUtilizedAttributes
(XMLSecStartElement xmlSecStartElement, CanonicalizerBase.C14NStack<XMLSecEvent> outputStack) protected List
<XMLSecAttribute> Canonicalizer20010315_Excl.getInitialUtilizedAttributes
(XMLSecStartElement xmlSecStartElement, CanonicalizerBase.C14NStack<XMLSecEvent> outputStack) protected List
<XMLSecAttribute> CanonicalizerBase.getInitialUtilizedAttributes
(XMLSecStartElement xmlSecStartElement, CanonicalizerBase.C14NStack<XMLSecEvent> outputStack) protected List
<XMLSecNamespace> Canonicalizer20010315_Excl.getInitialUtilizedNamespaces
(XMLSecStartElement xmlSecStartElement, CanonicalizerBase.C14NStack<XMLSecEvent> outputStack) protected List
<XMLSecNamespace> CanonicalizerBase.getInitialUtilizedNamespaces
(XMLSecStartElement xmlSecStartElement, CanonicalizerBase.C14NStack<XMLSecEvent> outputStack) -
Uses of XMLSecEvent in org.apache.xml.security.stax.securityEvent
Fields in org.apache.xml.security.stax.securityEvent declared as XMLSecEventMethods in org.apache.xml.security.stax.securityEvent that return XMLSecEventMethods in org.apache.xml.security.stax.securityEvent with parameters of type XMLSecEventModifier and TypeMethodDescriptionvoid
AbstractElementSecurityEvent.setXmlSecEvent
(XMLSecEvent xmlSecEvent) -
Uses of XMLSecEvent in org.apache.xml.security.stax.securityToken
Methods in org.apache.xml.security.stax.securityToken that return XMLSecEventModifier and TypeMethodDescriptionInboundSecurityToken.getXMLSecEvent()
Returns the first XMLEvent for this token