Class AbstractSignatureEndingOutputProcessor.SignedInfoProcessor
- java.lang.Object
-
- org.apache.xml.security.stax.ext.AbstractOutputProcessor
-
- org.apache.xml.security.stax.impl.processor.output.AbstractSignatureEndingOutputProcessor.SignedInfoProcessor
-
- All Implemented Interfaces:
OutputProcessor
- Enclosing class:
- AbstractSignatureEndingOutputProcessor
protected static class AbstractSignatureEndingOutputProcessor.SignedInfoProcessor extends AbstractOutputProcessor
-
-
Field Summary
-
Fields inherited from class org.apache.xml.security.stax.ext.AbstractOutputProcessor
action, securityProperties
-
-
Constructor Summary
Constructors Constructor Description SignedInfoProcessor(SignatureAlgorithm signatureAlgorithm, XMLSecStartElement xmlSecStartElement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getInclusiveNamespacePrefixes()
byte[]
getSignatureValue()
void
init(OutputProcessorChain outputProcessorChain)
Method will be called after setting the propertiesvoid
processEvent(XMLSecEvent xmlSecEvent, OutputProcessorChain outputProcessorChain)
-
Methods inherited from class org.apache.xml.security.stax.ext.AbstractOutputProcessor
addAfterProcessor, addAttributes, addBeforeProcessor, createAttribute, createCharacters, createCharacters, createCharactersAndOutputAsEvent, createCharactersAndOutputAsEvent, createEndElement, createEndElementAndOutputAsEvent, createNamespace, createStartElementAndOutputAsEvent, createStartElementAndOutputAsEvent, doFinal, getAction, getAfterProcessors, getBeforeProcessors, getPhase, getSecurityProperties, outputAsEvent, outputDOMElement, processNextEvent, securePartMatches, securePartMatches, setAction, setPhase, setXMLSecurityProperties
-
-
-
-
Constructor Detail
-
SignedInfoProcessor
public SignedInfoProcessor(SignatureAlgorithm signatureAlgorithm, XMLSecStartElement xmlSecStartElement) throws XMLSecurityException
- Throws:
XMLSecurityException
-
-
Method Detail
-
init
public void init(OutputProcessorChain outputProcessorChain) throws XMLSecurityException
Description copied from interface:OutputProcessor
Method will be called after setting the properties- Specified by:
init
in interfaceOutputProcessor
- Overrides:
init
in classAbstractOutputProcessor
- Throws:
XMLSecurityException
-
getSignatureValue
public byte[] getSignatureValue() throws XMLSecurityException
- Throws:
XMLSecurityException
-
getInclusiveNamespacePrefixes
public java.lang.String getInclusiveNamespacePrefixes()
-
processEvent
public void processEvent(XMLSecEvent xmlSecEvent, OutputProcessorChain outputProcessorChain) throws javax.xml.stream.XMLStreamException, XMLSecurityException
- Specified by:
processEvent
in classAbstractOutputProcessor
- Throws:
javax.xml.stream.XMLStreamException
XMLSecurityException
-
-