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. xmlSecEventBufferMethods in org.apache.xml.security.stax.ext that return XMLSecEvent Modifier and Type Method Description protected XMLSecEventAbstractInputSecurityHeaderHandler. getResponsibleStartXMLEvent(java.util.Deque<XMLSecEvent> eventDeque, int index)XMLSecEventInputProcessorChain. processEvent()Requests the next XMLEvent from the next processor in the chain.XMLSecEventInputProcessorChain. processHeaderEvent()Requests the next security header XMLEvent from the next processor in the chain.abstract XMLSecEventAbstractInputProcessor. processNextEvent(InputProcessorChain inputProcessorChain)XMLSecEventInputProcessor. processNextEvent(InputProcessorChain inputProcessorChain)Will be called from the framework when the next XMLEvent is requestedabstract XMLSecEventAbstractInputProcessor. processNextHeaderEvent(InputProcessorChain inputProcessorChain)XMLSecEventInputProcessor. 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.StringXMLSecurityUtils. getXMLEventAsString(XMLSecEvent xmlSecEvent)Returns the XMLEvent type in String formprotected voidAbstractOutputProcessor. outputAsEvent(OutputProcessorChain outputProcessorChain, XMLSecEvent xmlSecEvent)voidAbstractBufferingOutputProcessor. processEvent(XMLSecEvent xmlSecEvent, OutputProcessorChain outputProcessorChain)abstract voidAbstractOutputProcessor. processEvent(XMLSecEvent xmlSecEvent, OutputProcessorChain outputProcessorChain)voidOutputProcessorChain. processEvent(XMLSecEvent xmlSecEvent)Forwards the XMLEvent to the next processor in the chain.voidAbstractOutputProcessor. processNextEvent(XMLSecEvent xmlSecEvent, OutputProcessorChain outputProcessorChain)voidOutputProcessor. processNextEvent(XMLSecEvent xmlSecEvent, OutputProcessorChain outputProcessorChain)Will be called from the framework for every XMLEventvoidTransformer. transform(XMLSecEvent xmlSecEvent)Method parameters in org.apache.xml.security.stax.ext with type arguments of type XMLSecEvent Modifier and Type Method Description protected voidAbstractBufferingOutputProcessor. flushBufferAndCallbackAfterHeader(OutputProcessorChain outputProcessorChain, java.util.Deque<XMLSecEvent> xmlSecEventDeque)protected java.util.List<javax.xml.namespace.QName>AbstractInputSecurityHeaderHandler. getElementPath(java.util.Deque<XMLSecEvent> eventDeque)protected XMLSecEventAbstractInputSecurityHeaderHandler. getResponsibleStartXMLEvent(java.util.Deque<XMLSecEvent> eventDeque, int index)protected java.util.List<XMLSecEvent>AbstractInputSecurityHeaderHandler. getResponsibleXMLSecEvents(java.util.Deque<XMLSecEvent> xmlSecEvents, int index)voidXMLSecurityHeaderHandler. handle(InputProcessorChain inputProcessorChain, XMLSecurityProperties securityProperties, java.util.Deque<XMLSecEvent> eventQueue, java.lang.Integer index)protected <T> TAbstractInputSecurityHeaderHandler. 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 interfaceXMLSecAttributeinterfaceXMLSecCharactersinterfaceXMLSecCommentinterfaceXMLSecDTDinterfaceXMLSecEndDocumentinterfaceXMLSecEndElementinterfaceXMLSecEntityDeclarationinterfaceXMLSecEntityReferenceinterfaceXMLSecNamespaceinterfaceXMLSecProcessingInstructioninterfaceXMLSecStartDocumentinterfaceXMLSecStartElementMethods in org.apache.xml.security.stax.ext.stax that return XMLSecEvent Modifier and Type Method Description static XMLSecEventXMLSecEventFactory. 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 XMLSecEventXMLSecurityStreamReader. currentXMLSecEventFields in org.apache.xml.security.stax.impl with type parameters of type XMLSecEvent Modifier and Type Field Description private java.util.Iterator<XMLSecEvent>XMLSecurityEventReader. xmlSecEventIteratorMethods in org.apache.xml.security.stax.impl that return XMLSecEvent Modifier and Type Method Description private XMLSecEventXMLSecurityStreamReader. getCurrentEvent()XMLSecEventInputProcessorChainImpl. processEvent()XMLSecEventInputProcessorChainImpl. processHeaderEvent()Methods in org.apache.xml.security.stax.impl with parameters of type XMLSecEvent Modifier and Type Method Description private voidXMLSecurityStreamWriter. chainProcessEvent(XMLSecEvent xmlSecEvent)voidOutputProcessorChainImpl. 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 XMLSecEventAbstractDecryptInputProcessor.DecryptionThread. firstEventFields 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. tmpXmlEventListprivate java.util.ArrayDeque<XMLSecEvent>XMLSecurityInputProcessor.InternalBufferProcessor. xmlSecEventListprivate java.util.ArrayDeque<XMLSecEvent>XMLSecurityInputProcessor.InternalReplayProcessor. xmlSecEventListMethods in org.apache.xml.security.stax.impl.processor.input that return XMLSecEvent Modifier and Type Method Description private XMLSecEventAbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessor. processEvent(InputProcessorChain inputProcessorChain, boolean headerEvent)private XMLSecEventAbstractDecryptInputProcessor. processEvent(InputProcessorChain inputProcessorChain, boolean isSecurityHeaderEvent)XMLSecEventAbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessor. processNextEvent(InputProcessorChain inputProcessorChain)private XMLSecEventAbstractDecryptInputProcessor.DecryptionThread. processNextEvent()XMLSecEventAbstractDecryptInputProcessor. processNextEvent(InputProcessorChain inputProcessorChain)XMLSecEventAbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier. processNextEvent(InputProcessorChain inputProcessorChain)XMLSecEventAbstractSignatureReferenceVerifyInputProcessor. processNextEvent(InputProcessorChain inputProcessorChain)XMLSecEventLogInputProcessor. processNextEvent(InputProcessorChain inputProcessorChain)XMLSecEventXMLEventReaderInputProcessor. processNextEvent(InputProcessorChain inputProcessorChain)XMLSecEventXMLSecurityInputProcessor.InternalBufferProcessor. processNextEvent(InputProcessorChain inputProcessorChain)XMLSecEventXMLSecurityInputProcessor.InternalReplayProcessor. processNextEvent(InputProcessorChain inputProcessorChain)XMLSecEventXMLSecurityInputProcessor. processNextEvent(InputProcessorChain inputProcessorChain)private XMLSecEventXMLEventReaderInputProcessor. processNextEventInternal()XMLSecEventAbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessor. processNextHeaderEvent(InputProcessorChain inputProcessorChain)XMLSecEventAbstractDecryptInputProcessor. processNextHeaderEvent(InputProcessorChain inputProcessorChain)XMLSecEventAbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier. processNextHeaderEvent(InputProcessorChain inputProcessorChain)XMLSecEventAbstractSignatureReferenceVerifyInputProcessor. processNextHeaderEvent(InputProcessorChain inputProcessorChain)XMLSecEventLogInputProcessor. processNextHeaderEvent(InputProcessorChain inputProcessorChain)XMLSecEventXMLEventReaderInputProcessor. processNextHeaderEvent(InputProcessorChain inputProcessorChain)XMLSecEventXMLSecurityInputProcessor.InternalBufferProcessor. processNextHeaderEvent(InputProcessorChain inputProcessorChain)XMLSecEventXMLSecurityInputProcessor.InternalReplayProcessor. processNextHeaderEvent(InputProcessorChain inputProcessorChain)XMLSecEventXMLSecurityInputProcessor. processNextHeaderEvent(InputProcessorChain inputProcessorChain)private XMLSecEventAbstractDecryptInputProcessor. 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 voidXMLEncryptedKeyInputHandler. handle(InputProcessorChain inputProcessorChain, EncryptedKeyType encryptedKeyType, XMLSecEvent responsibleXMLSecStartXMLEvent, XMLSecurityProperties securityProperties)private EncryptedDataTypeAbstractDecryptInputProcessor. parseEncryptedDataStructure(boolean isSecurityHeaderEvent, XMLSecEvent xmlSecEvent, InputProcessorChain subInputProcessorChain)protected abstract voidAbstractSignatureReferenceVerifyInputProcessor. processElementPath(java.util.List<javax.xml.namespace.QName> elementPath, InputProcessorChain inputProcessorChain, XMLSecEvent xmlSecEvent, ReferenceType referenceType)protected voidXMLSignatureReferenceVerifyInputProcessor. processElementPath(java.util.List<javax.xml.namespace.QName> elementPath, InputProcessorChain inputProcessorChain, XMLSecEvent xmlSecEvent, ReferenceType referenceType)protected voidAbstractSignatureInputHandler.SignatureVerifier. processEvent(XMLSecEvent xmlSecEvent)voidAbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier. processEvent(XMLSecEvent xmlSecEvent, InputProcessorChain inputProcessorChain)private XMLSecEventAbstractDecryptInputProcessor. 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 voidAbstractSignatureInputHandler. handle(InputProcessorChain inputProcessorChain, XMLSecurityProperties securityProperties, java.util.Deque<XMLSecEvent> eventQueue, java.lang.Integer index)voidXMLEncryptedKeyInputHandler. 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 InboundSecurityTokenAbstractSignatureInputHandler. 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 voidAbstractEncryptOutputProcessor.AbstractInternalEncryptionOutputProcessor. encryptEvent(XMLSecEvent xmlSecEvent)voidAbstractEncryptOutputProcessor.AbstractInternalEncryptionOutputProcessor. processEvent(XMLSecEvent xmlSecEvent, OutputProcessorChain outputProcessorChain)abstract voidAbstractEncryptOutputProcessor. processEvent(XMLSecEvent xmlSecEvent, OutputProcessorChain outputProcessorChain)voidAbstractSignatureEndingOutputProcessor.SignedInfoProcessor. processEvent(XMLSecEvent xmlSecEvent, OutputProcessorChain outputProcessorChain)voidAbstractSignatureOutputProcessor.InternalSignatureOutputProcessor. processEvent(XMLSecEvent xmlSecEvent, OutputProcessorChain outputProcessorChain)abstract voidAbstractSignatureOutputProcessor. processEvent(XMLSecEvent xmlSecEvent, OutputProcessorChain outputProcessorChain)voidFinalOutputProcessor. processEvent(XMLSecEvent xmlSecEvent, OutputProcessorChain outputProcessorChain)voidXMLEncryptOutputProcessor. processEvent(XMLSecEvent xmlSecEvent, OutputProcessorChain outputProcessorChain)voidXMLSignatureOutputProcessor. 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 voidXMLSignatureEndingOutputProcessor. 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 XMLSecEventAbstractInboundSecurityToken. xmlSecEventMethods in org.apache.xml.security.stax.impl.securityToken that return XMLSecEvent Modifier and Type Method Description XMLSecEventAbstractInboundSecurityToken. getXMLSecEvent()Methods in org.apache.xml.security.stax.impl.securityToken with parameters of type XMLSecEvent Modifier and Type Method Description voidAbstractInboundSecurityToken. 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 classXMLSecAttributeImplClass to let XML-Attributes be comparable how it is requested by C14NclassXMLSecCharactersImplclassXMLSecCommentImplclassXMLSecDTDImplclassXMLSecEndDocumentImplclassXMLSecEndElementImplclassXMLSecEntityDeclarationImplclassXMLSecEntityReferenceImplclassXMLSecEventBaseImplclassXMLSecNamespaceImplClass to let XML-Namespaces be comparable how it is requested by C14NclassXMLSecProcessingInstructionImplclassXMLSecStartDocumentImplclassXMLSecStartElementImpl -
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 voidTransformBase64Decode. transform(XMLSecEvent xmlSecEvent)voidTransformEnvelopedSignature. transform(XMLSecEvent xmlSecEvent)voidTransformIdentity. 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. outputStackMethods in org.apache.xml.security.stax.impl.transformer.canonicalizer with parameters of type XMLSecEvent Modifier and Type Method Description voidCanonicalizerBase. 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 XMLSecEventAbstractElementSecurityEvent. xmlSecEventMethods in org.apache.xml.security.stax.securityEvent that return XMLSecEvent Modifier and Type Method Description XMLSecEventAbstractElementSecurityEvent. getXmlSecEvent()Methods in org.apache.xml.security.stax.securityEvent with parameters of type XMLSecEvent Modifier and Type Method Description voidAbstractElementSecurityEvent. 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 XMLSecEventInboundSecurityToken. getXMLSecEvent()Returns the first XMLEvent for this token
-