Uses of Interface
org.apache.xml.security.stax.ext.InputProcessor
Packages that use InputProcessor
Package
Description
-
Uses of InputProcessor in org.apache.xml.security.stax.ext
Classes in org.apache.xml.security.stax.ext that implement InputProcessorModifier and TypeClassDescriptionclassAn abstract InputProcessor class for reusabiltyMethods in org.apache.xml.security.stax.ext that return types with arguments of type InputProcessorModifier and TypeMethodDescriptionXMLSecurityProperties.getInputProcessorList()Returns the currently registered additional InputProcessorsInputProcessorChain.getProcessors()Returns a list with the active processors.Methods in org.apache.xml.security.stax.ext with parameters of type InputProcessorModifier and TypeMethodDescriptionvoidXMLSecurityProperties.addInputProcessor(InputProcessor inputProcessor) Add an additional, non standard, InputProcessor to the chainvoidInputProcessorChain.addProcessor(InputProcessor inputProcessor) Adds an InputProcessor to the chain.InputProcessorChain.createSubChain(InputProcessor inputProcessor) Create a new SubChain.InputProcessorChain.createSubChain(InputProcessor inputProcessor, boolean clone) Create a new SubChain.voidInputProcessorChain.removeProcessor(InputProcessor inputProcessor) Removes the specified InputProcessor from this chain. -
Uses of InputProcessor in org.apache.xml.security.stax.impl
Methods in org.apache.xml.security.stax.impl that return types with arguments of type InputProcessorMethods in org.apache.xml.security.stax.impl with parameters of type InputProcessorModifier and TypeMethodDescriptionvoidInputProcessorChainImpl.addProcessor(InputProcessor newInputProcessor) InputProcessorChainImpl.createSubChain(InputProcessor inputProcessor) InputProcessorChainImpl.createSubChain(InputProcessor inputProcessor, boolean clone) voidInputProcessorChainImpl.removeProcessor(InputProcessor inputProcessor) Constructor parameters in org.apache.xml.security.stax.impl with type arguments of type InputProcessorModifierConstructorDescriptionprotectedInputProcessorChainImpl(InboundSecurityContext inboundSecurityContext, DocumentContextImpl documentContextImpl, int startPos, List<InputProcessor> inputProcessors) -
Uses of InputProcessor in org.apache.xml.security.stax.impl.processor.input
Classes in org.apache.xml.security.stax.impl.processor.input that implement InputProcessorModifier and TypeClassDescriptionclassProcessor for decryption of EncryptedData XML structuresclassThe DecryptedEventReaderInputProcessor reads the decrypted stream with a StAX reader and forwards the generated XMLEventsclassclassclassclassProcessor for decryption of EncryptedData XML structuresclassThe DecryptedEventReaderInputProcessor reads the decrypted stream with a StAX reader and forwards the generated XMLEventsclassThe XMLEventReaderInputProcessor reads requested XMLEvents from the original XMLEventReader and returns them to the requesterclassProcessor for XML Security.classTemporary Processor to buffer all events until the end of the required actionsstatic classTemporary processor to replay the buffered eventsclassA processor to verify XML Signature references.