org.apache.xml.security.stax.impl.processor.input
Class XMLSignatureReferenceVerifyInputProcessor
java.lang.Object
org.apache.xml.security.stax.ext.AbstractInputProcessor
org.apache.xml.security.stax.impl.processor.input.AbstractSignatureReferenceVerifyInputProcessor
org.apache.xml.security.stax.impl.processor.input.XMLSignatureReferenceVerifyInputProcessor
- All Implemented Interfaces:
- InputProcessor
public class XMLSignatureReferenceVerifyInputProcessor
- extends AbstractSignatureReferenceVerifyInputProcessor
A processor to verify XML Signature references.
| Methods inherited from class org.apache.xml.security.stax.impl.processor.input.AbstractSignatureReferenceVerifyInputProcessor |
buildTransformerChain, compareDigest, createMessageDigestOutputStream, doFinal, getInboundSecurityToken, getProcessedReferences, getSignatureReferenceVerifier, getSignatureType, processNextEvent, processNextHeaderEvent, resolvesResource, verifyExternalReference |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLSignatureReferenceVerifyInputProcessor
public XMLSignatureReferenceVerifyInputProcessor(InputProcessorChain inputProcessorChain,
org.apache.xml.security.binding.xmldsig.SignatureType signatureType,
InboundSecurityToken inboundSecurityToken,
XMLSecurityProperties securityProperties)
throws XMLSecurityException
- Throws:
XMLSecurityException
processElementPath
protected void processElementPath(List<QName> elementPath,
InputProcessorChain inputProcessorChain,
XMLSecEvent xmlSecEvent,
org.apache.xml.security.binding.xmldsig.ReferenceType referenceType)
throws XMLSecurityException
- Specified by:
processElementPath in class AbstractSignatureReferenceVerifyInputProcessor
- Throws:
XMLSecurityException
Copyright © 2000–2014 The Apache Software Foundation. All rights reserved.