public class XMLSignatureOutputProcessor extends AbstractSignatureOutputProcessor
AbstractSignatureOutputProcessor.InternalSignatureOutputProcessoraction, 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, verifySignaturePartsaddAfterProcessor, addAttributes, addBeforeProcessor, createAttribute, createCharacters, createCharacters, createCharactersAndOutputAsEvent, createCharactersAndOutputAsEvent, createEndElement, createEndElementAndOutputAsEvent, createNamespace, createStartElementAndOutputAsEvent, createStartElementAndOutputAsEvent, getAction, getAfterProcessors, getBeforeProcessors, getPhase, getSecurityProperties, outputAsEvent, outputDOMElement, securePartMatches, securePartMatches, setAction, setPhase, setXMLSecurityPropertiespublic XMLSignatureOutputProcessor()
throws XMLSecurityException
XMLSecurityExceptionpublic void init(OutputProcessorChain outputProcessorChain) throws XMLSecurityException
OutputProcessorinit in interface OutputProcessorinit in class AbstractOutputProcessorXMLSecurityExceptionpublic void processEvent(XMLSecEvent xmlSecEvent, OutputProcessorChain outputProcessorChain) throws XMLStreamException, XMLSecurityException
OutputProcessorprocessEvent in interface OutputProcessorprocessEvent in class AbstractSignatureOutputProcessorxmlSecEvent - 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.