Uses of Class
org.apache.ws.security.conversation.ConversationException

Packages that use ConversationException
org.apache.ws.security.conversation   
org.apache.ws.security.conversation.dkalgo   
org.apache.ws.security.message The package provides classes to create messages that are compliant to the OASIS Web Service Security specifications. 
org.apache.ws.security.message.token   
 

Uses of ConversationException in org.apache.ws.security.conversation
 

Methods in org.apache.ws.security.conversation that throw ConversationException
static java.lang.String ConversationConstants.getWSCNs(int version)
           
static int ConversationConstants.getWSTVersion(java.lang.String ns)
           
 

Uses of ConversationException in org.apache.ws.security.conversation.dkalgo
 

Methods in org.apache.ws.security.conversation.dkalgo that throw ConversationException
 byte[] DerivationAlgorithm.createKey(byte[] secret, byte[] seed, int offset, long length)
           
 byte[] P_SHA1.createKey(byte[] secret, byte[] seed, int offset, long length)
           
static DerivationAlgorithm AlgoFactory.getInstance(java.lang.String algorithm)
          This gives a DerivationAlgorithm instance from the default set of algorithms provided
 

Uses of ConversationException in org.apache.ws.security.message
 

Methods in org.apache.ws.security.message that throw ConversationException
 org.w3c.dom.Document WSSecDKEncrypt.build(org.w3c.dom.Document doc, WSSecHeader secHeader)
           
 org.w3c.dom.Document WSSecDKSign.build(org.w3c.dom.Document doc, WSSecHeader secHeader)
           
 void WSSecDerivedKeyBase.prepare(org.w3c.dom.Document doc)
          Initialize a WSSec Derived key.
 void WSSecSecurityContextToken.prepare(org.w3c.dom.Document doc, Crypto crypto)
           
 void WSSecDKSign.prepare(org.w3c.dom.Document doc, WSSecHeader secHeader)
           
 

Uses of ConversationException in org.apache.ws.security.message.token
 

Methods in org.apache.ws.security.message.token that throw ConversationException
 void DerivedKeyToken.setGeneration(int generation)
          Sets the generation of the derived key
 void DerivedKeyToken.setOffset(int offset)
          Sets the offset
 

Constructors in org.apache.ws.security.message.token that throw ConversationException
DerivedKeyToken(org.w3c.dom.Document doc)
          This will create an empty DerivedKeyToken
DerivedKeyToken(int version, org.w3c.dom.Document doc)
          This will create an empty DerivedKeyToken
SecurityContextToken(org.w3c.dom.Document doc)
          Constructor to create the SCT
SecurityContextToken(org.w3c.dom.Document doc, java.lang.String uuid)
          Constructor to create the SCT with a given uuid
SecurityContextToken(int version, org.w3c.dom.Document doc)
          Constructor to create the SCT
SecurityContextToken(int version, org.w3c.dom.Document doc, java.lang.String uuid)
          Constructor to create the SCT with a given uuid
 



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