org.apache.wss4j.dom.action
Class EncryptionDerivedAction

java.lang.Object
  extended by org.apache.wss4j.dom.action.AbstractDerivedAction
      extended by org.apache.wss4j.dom.action.EncryptionDerivedAction
All Implemented Interfaces:
Action

public class EncryptionDerivedAction
extends AbstractDerivedAction
implements Action


Constructor Summary
EncryptionDerivedAction()
           
 
Method Summary
 void execute(WSHandler handler, SecurityActionToken actionToken, Document doc, RequestData reqData)
           
 
Methods inherited from class org.apache.wss4j.dom.action.AbstractDerivedAction
findEncryptedKeySibling, findSCTSibling
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncryptionDerivedAction

public EncryptionDerivedAction()
Method Detail

execute

public void execute(WSHandler handler,
                    SecurityActionToken actionToken,
                    Document doc,
                    RequestData reqData)
             throws WSSecurityException
Specified by:
execute in interface Action
Throws:
WSSecurityException


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