Package | Description |
---|---|
org.apache.xml.security.stax.ext | |
org.apache.xml.security.stax.impl | |
org.apache.xml.security.stax.impl.processor.output |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractBufferingOutputProcessor |
An abstract OutputProcessor class for reusabilty
|
class |
AbstractOutputProcessor |
An abstract OutputProcessor class for reusabilty
|
Modifier and Type | Method | Description |
---|---|---|
List<OutputProcessor> |
OutputProcessorChain.getProcessors() |
Returns a list with the active processors.
|
Modifier and Type | Method | Description |
---|---|---|
void |
OutputProcessorChain.addProcessor(OutputProcessor outputProcessor) |
Adds an OutputProcessor to the chain.
|
OutputProcessorChain |
OutputProcessorChain.createSubChain(OutputProcessor outputProcessor) |
Create a new SubChain.
|
OutputProcessorChain |
OutputProcessorChain.createSubChain(OutputProcessor outputProcessor,
XMLSecStartElement parentXMLSecStartElement) |
|
void |
OutputProcessorChain.removeProcessor(OutputProcessor outputProcessor) |
Removes the specified OutputProcessor from this chain.
|
Modifier and Type | Method | Description |
---|---|---|
List<OutputProcessor> |
OutputProcessorChainImpl.getProcessors() |
Modifier and Type | Method | Description |
---|---|---|
void |
OutputProcessorChainImpl.addProcessor(OutputProcessor newOutputProcessor) |
|
OutputProcessorChain |
OutputProcessorChainImpl.createSubChain(OutputProcessor outputProcessor) |
|
OutputProcessorChain |
OutputProcessorChainImpl.createSubChain(OutputProcessor outputProcessor,
XMLSecStartElement parentXMLSecStartElement) |
|
void |
OutputProcessorChainImpl.removeProcessor(OutputProcessor outputProcessor) |
Constructor | Description |
---|---|
OutputProcessorChainImpl(OutboundSecurityContext outboundSecurityContext,
DocumentContextImpl documentContextImpl,
int startPos,
List<OutputProcessor> outputProcessors) |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractEncryptEndingOutputProcessor |
Processor buffers encrypted XMLEvents and forwards them when final is called
|
class |
AbstractEncryptOutputProcessor |
Processor to encrypt XML structures
|
class |
AbstractEncryptOutputProcessor.AbstractInternalEncryptionOutputProcessor |
Processor which handles the effective encryption of the data
|
class |
AbstractSignatureEndingOutputProcessor |
|
protected static class |
AbstractSignatureEndingOutputProcessor.SignedInfoProcessor |
|
class |
AbstractSignatureOutputProcessor |
|
class |
AbstractSignatureOutputProcessor.InternalSignatureOutputProcessor |
|
class |
FinalOutputProcessor |
Processor which outputs the XMLEvents to an outputStream
This Processor can be extended to allow to write to a StAX writer instead of directly to an output stream
|
class |
XMLEncryptOutputProcessor |
Processor to encrypt XML structures
|
class |
XMLSignatureEndingOutputProcessor |
An EndingOutputProcessor for XML Signature.
|
class |
XMLSignatureOutputProcessor |
An OutputProcessor for XML Signature.
|
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.