public class XMLSignatureOutputProcessor extends AbstractSignatureOutputProcessor
AbstractSignatureOutputProcessor.InternalSignatureOutputProcessor
action, securityProperties
Constructor and Description |
---|
XMLSignatureOutputProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
init(OutputProcessorChain outputProcessorChain)
Method will be called after setting the properties
|
void |
processEvent(XMLSecEvent xmlSecEvent,
OutputProcessorChain outputProcessorChain)
Will be called from the framework for every XMLEvent
|
buildTransformerChain, createMessageDigestOutputStream, digestExternalReference, doFinal, doFinalInternal, getActiveInternalSignatureOutputProcessor, getSignaturePartDefList, setActiveInternalSignatureOutputProcessor, verifySignatureParts
addAfterProcessor, addAttributes, addBeforeProcessor, createAttribute, createCharacters, createCharacters, createCharactersAndOutputAsEvent, createCharactersAndOutputAsEvent, createEndElement, createEndElementAndOutputAsEvent, createNamespace, createStartElementAndOutputAsEvent, createStartElementAndOutputAsEvent, getAction, getAfterProcessors, getBeforeProcessors, getPhase, getSecurityProperties, outputAsEvent, outputDOMElement, securePartMatches, securePartMatches, setAction, setPhase, setXMLSecurityProperties
public XMLSignatureOutputProcessor() throws XMLSecurityException
XMLSecurityException
public void init(OutputProcessorChain outputProcessorChain) throws XMLSecurityException
OutputProcessor
init
in interface OutputProcessor
init
in class AbstractOutputProcessor
XMLSecurityException
public void processEvent(XMLSecEvent xmlSecEvent, OutputProcessorChain outputProcessorChain) throws XMLStreamException, XMLSecurityException
OutputProcessor
processEvent
in interface OutputProcessor
processEvent
in class AbstractSignatureOutputProcessor
xmlSecEvent
- The next XMLEvent to processXMLStreamException
- thrown when a streaming error occursXMLSecurityException
- thrown when a Security failure occursCopyright © 2000–2020 The Apache Software Foundation. All rights reserved.