Uses of Interface
org.apache.xml.security.stax.ext.stax.XMLSecEvent
-
-
Uses of XMLSecEvent in org.apache.xml.security.stax.ext
Fields in org.apache.xml.security.stax.ext with type parameters of type XMLSecEvent Modifier and Type Field Description private java.util.ArrayDeque<XMLSecEvent>
AbstractBufferingOutputProcessor. xmlSecEventBuffer
Methods in org.apache.xml.security.stax.ext that return XMLSecEvent Modifier and Type Method Description protected XMLSecEvent
AbstractInputSecurityHeaderHandler. getResponsibleStartXMLEvent(java.util.Deque<XMLSecEvent> eventDeque, int index)
XMLSecEvent
InputProcessorChain. processEvent()
Requests the next XMLEvent from the next processor in the chain.XMLSecEvent
InputProcessorChain. processHeaderEvent()
Requests the next security header XMLEvent from the next processor in the chain.abstract XMLSecEvent
AbstractInputProcessor. processNextEvent(InputProcessorChain inputProcessorChain)
XMLSecEvent
InputProcessor. processNextEvent(InputProcessorChain inputProcessorChain)
Will be called from the framework when the next XMLEvent is requestedabstract XMLSecEvent
AbstractInputProcessor. processNextHeaderEvent(InputProcessorChain inputProcessorChain)
XMLSecEvent
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 XMLSecEvent Modifier and Type Method Description protected java.util.List<XMLSecEvent>
AbstractInputSecurityHeaderHandler. getResponsibleXMLSecEvents(java.util.Deque<XMLSecEvent> xmlSecEvents, int index)
protected java.util.Deque<XMLSecEvent>
AbstractBufferingOutputProcessor. getXmlSecEventBuffer()
Methods in org.apache.xml.security.stax.ext with parameters of type XMLSecEvent Modifier and Type Method Description static java.lang.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 XMLSecEvent Modifier and Type Method Description protected void
AbstractBufferingOutputProcessor. flushBufferAndCallbackAfterHeader(OutputProcessorChain outputProcessorChain, java.util.Deque<XMLSecEvent> xmlSecEventDeque)
protected java.util.List<javax.xml.namespace.QName>
AbstractInputSecurityHeaderHandler. getElementPath(java.util.Deque<XMLSecEvent> eventDeque)
protected XMLSecEvent
AbstractInputSecurityHeaderHandler. getResponsibleStartXMLEvent(java.util.Deque<XMLSecEvent> eventDeque, int index)
protected java.util.List<XMLSecEvent>
AbstractInputSecurityHeaderHandler. getResponsibleXMLSecEvents(java.util.Deque<XMLSecEvent> xmlSecEvents, int index)
void
XMLSecurityHeaderHandler. handle(InputProcessorChain inputProcessorChain, XMLSecurityProperties securityProperties, java.util.Deque<XMLSecEvent> eventQueue, java.lang.Integer index)
protected <T> T
AbstractInputSecurityHeaderHandler. parseStructure(java.util.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.stax Modifier and Type Interface Description interface
XMLSecAttribute
interface
XMLSecCharacters
interface
XMLSecComment
interface
XMLSecDTD
interface
XMLSecEndDocument
interface
XMLSecEndElement
interface
XMLSecEntityDeclaration
interface
XMLSecEntityReference
interface
XMLSecNamespace
interface
XMLSecProcessingInstruction
interface
XMLSecStartDocument
interface
XMLSecStartElement
Methods in org.apache.xml.security.stax.ext.stax that return XMLSecEvent Modifier and Type Method Description static XMLSecEvent
XMLSecEventFactory. allocate(javax.xml.stream.XMLStreamReader xmlStreamReader, XMLSecStartElement parentXMLSecStartElement)
-
Uses of XMLSecEvent in org.apache.xml.security.stax.impl
Fields in org.apache.xml.security.stax.impl declared as XMLSecEvent Modifier and Type Field Description private XMLSecEvent
XMLSecurityStreamReader. currentXMLSecEvent
Fields in org.apache.xml.security.stax.impl with type parameters of type XMLSecEvent Modifier and Type Field Description private java.util.Iterator<XMLSecEvent>
XMLSecurityEventReader. xmlSecEventIterator
Methods in org.apache.xml.security.stax.impl that return XMLSecEvent Modifier and Type Method Description private XMLSecEvent
XMLSecurityStreamReader. getCurrentEvent()
XMLSecEvent
InputProcessorChainImpl. processEvent()
XMLSecEvent
InputProcessorChainImpl. processHeaderEvent()
Methods in org.apache.xml.security.stax.impl with parameters of type XMLSecEvent Modifier and Type Method Description private void
XMLSecurityStreamWriter. chainProcessEvent(XMLSecEvent xmlSecEvent)
void
OutputProcessorChainImpl. processEvent(XMLSecEvent xmlSecEvent)
Constructor parameters in org.apache.xml.security.stax.impl with type arguments of type XMLSecEvent Constructor Description XMLSecurityEventReader(java.util.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 XMLSecEvent Modifier and Type Field Description private XMLSecEvent
AbstractDecryptInputProcessor.DecryptionThread. firstEvent
Fields in org.apache.xml.security.stax.impl.processor.input with type parameters of type XMLSecEvent Modifier and Type Field Description private java.util.ArrayDeque<XMLSecEvent>
AbstractDecryptInputProcessor. tmpXmlEventList
private java.util.ArrayDeque<XMLSecEvent>
XMLSecurityInputProcessor.InternalBufferProcessor. xmlSecEventList
private java.util.ArrayDeque<XMLSecEvent>
XMLSecurityInputProcessor.InternalReplayProcessor. xmlSecEventList
Methods in org.apache.xml.security.stax.impl.processor.input that return XMLSecEvent Modifier and Type Method Description private XMLSecEvent
AbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessor. processEvent(InputProcessorChain inputProcessorChain, boolean headerEvent)
private XMLSecEvent
AbstractDecryptInputProcessor. processEvent(InputProcessorChain inputProcessorChain, boolean isSecurityHeaderEvent)
XMLSecEvent
AbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessor. processNextEvent(InputProcessorChain inputProcessorChain)
private XMLSecEvent
AbstractDecryptInputProcessor.DecryptionThread. processNextEvent()
XMLSecEvent
AbstractDecryptInputProcessor. processNextEvent(InputProcessorChain inputProcessorChain)
XMLSecEvent
AbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier. processNextEvent(InputProcessorChain inputProcessorChain)
XMLSecEvent
AbstractSignatureReferenceVerifyInputProcessor. processNextEvent(InputProcessorChain inputProcessorChain)
XMLSecEvent
LogInputProcessor. processNextEvent(InputProcessorChain inputProcessorChain)
XMLSecEvent
XMLEventReaderInputProcessor. processNextEvent(InputProcessorChain inputProcessorChain)
XMLSecEvent
XMLSecurityInputProcessor.InternalBufferProcessor. processNextEvent(InputProcessorChain inputProcessorChain)
XMLSecEvent
XMLSecurityInputProcessor.InternalReplayProcessor. processNextEvent(InputProcessorChain inputProcessorChain)
XMLSecEvent
XMLSecurityInputProcessor. processNextEvent(InputProcessorChain inputProcessorChain)
private XMLSecEvent
XMLEventReaderInputProcessor. processNextEventInternal()
XMLSecEvent
AbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessor. processNextHeaderEvent(InputProcessorChain inputProcessorChain)
XMLSecEvent
AbstractDecryptInputProcessor. processNextHeaderEvent(InputProcessorChain inputProcessorChain)
XMLSecEvent
AbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier. processNextHeaderEvent(InputProcessorChain inputProcessorChain)
XMLSecEvent
AbstractSignatureReferenceVerifyInputProcessor. processNextHeaderEvent(InputProcessorChain inputProcessorChain)
XMLSecEvent
LogInputProcessor. processNextHeaderEvent(InputProcessorChain inputProcessorChain)
XMLSecEvent
XMLEventReaderInputProcessor. processNextHeaderEvent(InputProcessorChain inputProcessorChain)
XMLSecEvent
XMLSecurityInputProcessor.InternalBufferProcessor. processNextHeaderEvent(InputProcessorChain inputProcessorChain)
XMLSecEvent
XMLSecurityInputProcessor.InternalReplayProcessor. processNextHeaderEvent(InputProcessorChain inputProcessorChain)
XMLSecEvent
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 XMLSecEvent Modifier and Type Method Description java.util.ArrayDeque<XMLSecEvent>
XMLSecurityInputProcessor.InternalBufferProcessor. getXmlSecEventList()
protected java.util.Deque<XMLSecEvent>
AbstractSignatureInputHandler. reparseSignedInfo(InputProcessorChain inputProcessorChain, XMLSecurityProperties securityProperties, SignatureType signatureType, java.util.Deque<XMLSecEvent> eventDeque, int index)
Methods in org.apache.xml.security.stax.impl.processor.input with parameters of type XMLSecEvent Modifier and Type Method Description void
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(java.util.List<javax.xml.namespace.QName> elementPath, InputProcessorChain inputProcessorChain, XMLSecEvent xmlSecEvent, ReferenceType referenceType)
protected void
XMLSignatureReferenceVerifyInputProcessor. processElementPath(java.util.List<javax.xml.namespace.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 XMLSecEvent Modifier and Type Method Description void
AbstractSignatureInputHandler. handle(InputProcessorChain inputProcessorChain, XMLSecurityProperties securityProperties, java.util.Deque<XMLSecEvent> eventQueue, java.lang.Integer index)
void
XMLEncryptedKeyInputHandler. handle(InputProcessorChain inputProcessorChain, XMLSecurityProperties securityProperties, java.util.Deque<XMLSecEvent> eventQueue, java.lang.Integer index)
protected java.util.Deque<XMLSecEvent>
AbstractSignatureInputHandler. reparseSignedInfo(InputProcessorChain inputProcessorChain, XMLSecurityProperties securityProperties, SignatureType signatureType, java.util.Deque<XMLSecEvent> eventDeque, int index)
protected InboundSecurityToken
AbstractSignatureInputHandler. verifySignedInfo(InputProcessorChain inputProcessorChain, XMLSecurityProperties securityProperties, SignatureType signatureType, java.util.Deque<XMLSecEvent> eventDeque, int index)
Constructors in org.apache.xml.security.stax.impl.processor.input with parameters of type XMLSecEvent Constructor Description DecryptionThread(InputProcessorChain inputProcessorChain, boolean header, XMLSecEvent firstEvent)
Constructor parameters in org.apache.xml.security.stax.impl.processor.input with type arguments of type XMLSecEvent Constructor Description InternalReplayProcessor(XMLSecurityProperties securityProperties, java.util.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 XMLSecEvent Modifier and Type Method Description private 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 XMLSecEvent Modifier and Type Method Description protected void
XMLSignatureEndingOutputProcessor. flushBufferAndCallbackAfterHeader(OutputProcessorChain outputProcessorChain, java.util.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 XMLSecEvent Modifier and Type Field Description private XMLSecEvent
AbstractInboundSecurityToken. xmlSecEvent
Methods in org.apache.xml.security.stax.impl.securityToken that return XMLSecEvent Modifier and Type Method Description XMLSecEvent
AbstractInboundSecurityToken. getXMLSecEvent()
Methods in org.apache.xml.security.stax.impl.securityToken with parameters of type XMLSecEvent Modifier and Type Method Description void
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 XMLSecEvent Modifier and Type Class Description class
XMLSecAttributeImpl
Class to let XML-Attributes be comparable how it is requested by C14Nclass
XMLSecCharactersImpl
class
XMLSecCommentImpl
class
XMLSecDTDImpl
class
XMLSecEndDocumentImpl
class
XMLSecEndElementImpl
class
XMLSecEntityDeclarationImpl
class
XMLSecEntityReferenceImpl
class
XMLSecEventBaseImpl
class
XMLSecNamespaceImpl
Class to let XML-Namespaces be comparable how it is requested by C14Nclass
XMLSecProcessingInstructionImpl
class
XMLSecStartDocumentImpl
class
XMLSecStartElementImpl
-
Uses of XMLSecEvent in org.apache.xml.security.stax.impl.transformer
Methods in org.apache.xml.security.stax.impl.transformer with parameters of type XMLSecEvent Modifier and Type Method Description void
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 XMLSecEvent Modifier and Type Field Description private CanonicalizerBase.C14NStack<XMLSecEvent>
CanonicalizerBase. outputStack
Methods in org.apache.xml.security.stax.impl.transformer.canonicalizer with parameters of type XMLSecEvent Modifier and Type Method Description void
CanonicalizerBase. transform(XMLSecEvent xmlSecEvent)
-
Uses of XMLSecEvent in org.apache.xml.security.stax.securityEvent
Fields in org.apache.xml.security.stax.securityEvent declared as XMLSecEvent Modifier and Type Field Description private XMLSecEvent
AbstractElementSecurityEvent. xmlSecEvent
Methods in org.apache.xml.security.stax.securityEvent that return XMLSecEvent Modifier and Type Method Description XMLSecEvent
AbstractElementSecurityEvent. getXmlSecEvent()
Methods in org.apache.xml.security.stax.securityEvent with parameters of type XMLSecEvent Modifier and Type Method Description void
AbstractElementSecurityEvent. setXmlSecEvent(XMLSecEvent xmlSecEvent)
-
Uses of XMLSecEvent in org.apache.xml.security.stax.securityToken
Methods in org.apache.xml.security.stax.securityToken that return XMLSecEvent Modifier and Type Method Description XMLSecEvent
InboundSecurityToken. getXMLSecEvent()
Returns the first XMLEvent for this token
-