org.apache.wss4j.stax.impl.processor.input
Class WSSSignatureInputHandler

java.lang.Object
  extended by org.apache.xml.security.stax.ext.AbstractInputSecurityHeaderHandler
      extended by org.apache.xml.security.stax.impl.processor.input.AbstractSignatureInputHandler
          extended by org.apache.wss4j.stax.impl.processor.input.WSSSignatureInputHandler
All Implemented Interfaces:
org.apache.xml.security.stax.ext.XMLSecurityHeaderHandler

public class WSSSignatureInputHandler
extends org.apache.xml.security.stax.impl.processor.input.AbstractSignatureInputHandler


Nested Class Summary
 class WSSSignatureInputHandler.WSSSignatureVerifier
           
 
Nested classes/interfaces inherited from class org.apache.xml.security.stax.impl.processor.input.AbstractSignatureInputHandler
org.apache.xml.security.stax.impl.processor.input.AbstractSignatureInputHandler.SignatureVerifier
 
Constructor Summary
WSSSignatureInputHandler()
           
 
Method Summary
protected  void addSignatureReferenceInputProcessorToChain(org.apache.xml.security.stax.ext.InputProcessorChain inputProcessorChain, org.apache.xml.security.stax.ext.XMLSecurityProperties securityProperties, org.apache.xml.security.binding.xmldsig.SignatureType signatureType, org.apache.xml.security.stax.securityToken.InboundSecurityToken inboundSecurityToken)
           
protected  org.apache.xml.security.stax.impl.processor.input.AbstractSignatureInputHandler.SignatureVerifier newSignatureVerifier(org.apache.xml.security.stax.ext.InputProcessorChain inputProcessorChain, org.apache.xml.security.stax.ext.XMLSecurityProperties securityProperties, org.apache.xml.security.binding.xmldsig.SignatureType signatureType)
           
 
Methods inherited from class org.apache.xml.security.stax.impl.processor.input.AbstractSignatureInputHandler
handle, reparseSignedInfo, verifySignedInfo
 
Methods inherited from class org.apache.xml.security.stax.ext.AbstractInputSecurityHeaderHandler
getElementPath, getResponsibleStartXMLEvent, getResponsibleXMLSecEvents, parseStructure
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSSSignatureInputHandler

public WSSSignatureInputHandler()
Method Detail

newSignatureVerifier

protected org.apache.xml.security.stax.impl.processor.input.AbstractSignatureInputHandler.SignatureVerifier newSignatureVerifier(org.apache.xml.security.stax.ext.InputProcessorChain inputProcessorChain,
                                                                                                                                 org.apache.xml.security.stax.ext.XMLSecurityProperties securityProperties,
                                                                                                                                 org.apache.xml.security.binding.xmldsig.SignatureType signatureType)
                                                                                                                          throws org.apache.xml.security.exceptions.XMLSecurityException
Specified by:
newSignatureVerifier in class org.apache.xml.security.stax.impl.processor.input.AbstractSignatureInputHandler
Throws:
org.apache.xml.security.exceptions.XMLSecurityException

addSignatureReferenceInputProcessorToChain

protected void addSignatureReferenceInputProcessorToChain(org.apache.xml.security.stax.ext.InputProcessorChain inputProcessorChain,
                                                          org.apache.xml.security.stax.ext.XMLSecurityProperties securityProperties,
                                                          org.apache.xml.security.binding.xmldsig.SignatureType signatureType,
                                                          org.apache.xml.security.stax.securityToken.InboundSecurityToken inboundSecurityToken)
                                                   throws org.apache.xml.security.exceptions.XMLSecurityException
Specified by:
addSignatureReferenceInputProcessorToChain in class org.apache.xml.security.stax.impl.processor.input.AbstractSignatureInputHandler
Throws:
org.apache.xml.security.exceptions.XMLSecurityException


Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.