public class AbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier extends AbstractInputProcessor
| Constructor and Description |
|---|
AbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier(XMLSecurityProperties securityProperties,
InputProcessorChain inputProcessorChain,
org.apache.xml.security.binding.xmldsig.ReferenceType referenceType,
XMLSecStartElement startElement) |
| Modifier and Type | Method and Description |
|---|---|
Transformer |
buildTransformerChain(org.apache.xml.security.binding.xmldsig.ReferenceType referenceType,
OutputStream outputStream,
InputProcessorChain inputProcessorChain) |
OutputStream |
getBufferedDigestOutputStream() |
DigestOutputStream |
getDigestOutputStream() |
org.apache.xml.security.binding.xmldsig.ReferenceType |
getReferenceType() |
XMLSecStartElement |
getStartElement() |
List<QName> |
getStartElementPath() |
Transformer |
getTransformer() |
boolean |
isFinished() |
void |
processEvent(XMLSecEvent xmlSecEvent,
InputProcessorChain inputProcessorChain) |
XMLSecEvent |
processNextEvent(InputProcessorChain inputProcessorChain)
Will be called from the framework when the next XMLEvent is requested
|
XMLSecEvent |
processNextHeaderEvent(InputProcessorChain inputProcessorChain)
Will be called from the framework when the next security-header XMLEvent is requested
|
void |
setBufferedDigestOutputStream(OutputStream bufferedDigestOutputStream) |
void |
setDigestOutputStream(DigestOutputStream digestOutputStream) |
void |
setFinished(boolean finished) |
void |
setReferenceType(org.apache.xml.security.binding.xmldsig.ReferenceType referenceType) |
void |
setStartElement(XMLSecStartElement startElement) |
void |
setTransformer(Transformer transformer) |
addAfterProcessor, addBeforeProcessor, doFinal, getAfterProcessors, getBeforeProcessors, getPhase, getReferenceIDAttribute, getSecurityProperties, setPhasepublic AbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier(XMLSecurityProperties securityProperties, InputProcessorChain inputProcessorChain, org.apache.xml.security.binding.xmldsig.ReferenceType referenceType, XMLSecStartElement startElement) throws XMLSecurityException
XMLSecurityExceptionpublic Transformer buildTransformerChain(org.apache.xml.security.binding.xmldsig.ReferenceType referenceType, OutputStream outputStream, InputProcessorChain inputProcessorChain) throws XMLSecurityException
XMLSecurityExceptionpublic XMLSecEvent processNextHeaderEvent(InputProcessorChain inputProcessorChain) throws XMLStreamException, XMLSecurityException
InputProcessorprocessNextHeaderEvent in interface InputProcessorprocessNextHeaderEvent in class AbstractInputProcessorXMLStreamException - thrown when a streaming error occursXMLSecurityException - thrown when a Security failure occurspublic XMLSecEvent processNextEvent(InputProcessorChain inputProcessorChain) throws XMLStreamException, XMLSecurityException
InputProcessorprocessNextEvent in interface InputProcessorprocessNextEvent in class AbstractInputProcessorXMLStreamException - thrown when a streaming error occursXMLSecurityException - thrown when a Security failure occurspublic void processEvent(XMLSecEvent xmlSecEvent, InputProcessorChain inputProcessorChain) throws XMLStreamException, XMLSecurityException
public boolean isFinished()
public void setFinished(boolean finished)
public org.apache.xml.security.binding.xmldsig.ReferenceType getReferenceType()
public void setReferenceType(org.apache.xml.security.binding.xmldsig.ReferenceType referenceType)
public Transformer getTransformer()
public void setTransformer(Transformer transformer)
public DigestOutputStream getDigestOutputStream()
public void setDigestOutputStream(DigestOutputStream digestOutputStream)
public OutputStream getBufferedDigestOutputStream()
public void setBufferedDigestOutputStream(OutputStream bufferedDigestOutputStream)
public XMLSecStartElement getStartElement()
public void setStartElement(XMLSecStartElement startElement)
Copyright © 2000–2016 The Apache Software Foundation. All rights reserved.