org.apache.ws.security.processor
Class SignatureConfirmationProcessor

java.lang.Object
  extended byorg.apache.ws.security.processor.SignatureConfirmationProcessor
All Implemented Interfaces:
Processor

public class SignatureConfirmationProcessor
extends java.lang.Object
implements Processor


Constructor Summary
SignatureConfirmationProcessor()
           
 
Method Summary
 void handleToken(org.w3c.dom.Element elem, Crypto crypto, Crypto decCrypto, javax.security.auth.callback.CallbackHandler cb, WSDocInfo wsDocInfo, java.util.Vector returnResults, WSSConfig wsc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignatureConfirmationProcessor

public SignatureConfirmationProcessor()
Method Detail

handleToken

public void handleToken(org.w3c.dom.Element elem,
                        Crypto crypto,
                        Crypto decCrypto,
                        javax.security.auth.callback.CallbackHandler cb,
                        WSDocInfo wsDocInfo,
                        java.util.Vector returnResults,
                        WSSConfig wsc)
                 throws WSSecurityException
Specified by:
handleToken in interface Processor
Throws:
WSSecurityException


Copyright © 2004-2006 Apache Web Services. All Rights Reserved.