Uses of Class
org.apache.ws.sandbox.security.conversation.message.info.DerivedKeyInfo

Packages that use DerivedKeyInfo
org.apache.ws.sandbox.security.conversation   
 

Uses of DerivedKeyInfo in org.apache.ws.sandbox.security.conversation
 

Methods in org.apache.ws.sandbox.security.conversation that return DerivedKeyInfo
 DerivedKeyInfo ConversationManager.createDerivedKeyToken(org.w3c.dom.Document doc, java.lang.String uuid, DerivedKeyCallbackHandler dkcbHandler, SecurityTokenReference stRef2Base, int keyLen)
          Adds Derived key tokens to the header of the SOAP message, given the following parameters.
 

Methods in org.apache.ws.sandbox.security.conversation with parameters of type DerivedKeyInfo
 void ConversationSession.addDerivedKey(DerivedKeyInfo dkInfo)
          This adds a derived key into the session
 void DerivedKeyCallbackHandler.addDerivedKey(java.lang.String uuid, DerivedKeyInfo dkInfo)
          Adds a derived key into a session identified by the uuid
 void ConversationManager.addDkToken(org.w3c.dom.Document doc, DerivedKeyInfo info)
           
 void ConversationManager.performDK_Sign(org.w3c.dom.Document doc, DerivedKeyCallbackHandler dkcbHandler, java.lang.String uuid, DerivedKeyInfo dkSigInfo, java.util.Vector parts)
          Manages derived key signature.
 



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