|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ConversationException in org.apache.ws.sandbox.security.conversation |
Methods in org.apache.ws.sandbox.security.conversation that throw ConversationException | |
static void |
DerivedKeyCallbackHandler.setDerivedKeyLength(java.lang.String uuid,
long keyLength)
In cases where fixed size derived keys are used; this method can be used to specifu the key size of a perticular session |
static long |
DerivedKeyCallbackHandler.getDerivedKeyLength(java.lang.String uuid)
|
static ConversationSession |
DerivedKeyCallbackHandler.getSession(java.lang.String uuid)
|
static void |
DerivedKeyCallbackHandler.setLabelForSession(java.lang.String uuid,
java.lang.String label)
If the Label element is not available in a DerivedKeyToken element then the value given here will be use in the key derivation This value will be bound to the session. |
void |
DerivedKeyCallbackHandler.addDerivedKey(java.lang.String uuid,
DerivedKeyInfo dkInfo)
Adds a derived key into a session identified by the uuid |
java.util.Vector |
ConversationEngine.processSecConvHeader(org.w3c.dom.Document doc,
java.lang.String actor,
DerivedKeyCallbackHandler dkcb,
java.lang.String callback)
This method is extracted from org.apache.ws.security.SecurityEngine |
protected java.util.Vector |
ConversationEngine.processConvHeader(org.w3c.dom.Element securityHeader,
org.w3c.dom.Document doc,
DerivedKeyCallbackHandler dkcbHandler,
java.lang.String callback)
|
ConvEngineResult |
ConversationEngine.handleRequestedSecurityTokenResponse(org.w3c.dom.Element eleSTRes,
DerivedKeyCallbackHandler dkcbHandler,
java.lang.String callback)
|
ConvEngineResult |
ConversationEngine.handleSecurityTokenReference(SecurityTokenReference secRef2DkToken,
DerivedKeyCallbackHandler dkcbHandler)
|
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. |
void |
ConversationManager.performDK_ENCR(java.lang.String encUser,
java.lang.String actor,
boolean mu,
org.w3c.dom.Document doc,
SecurityTokenReference secRef,
DerivedKeyCallbackHandler dkcbHandler,
java.util.Vector parts,
java.lang.String symAlgo)
Manages derived key encryption. |
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. |
static SecurityContextToken |
ConversationUtil.getSCT(DerivedKeyToken dkToken)
The method takes in a DerivedKetToken and returns the uuid of the corresponding SCT. |
byte[] |
KeyDerivator.generateKey(java.util.Hashtable sessionTable,
java.lang.String identifier)
|
Uses of ConversationException in org.apache.ws.sandbox.security.conversation.dkalgo |
Methods in org.apache.ws.sandbox.security.conversation.dkalgo that throw ConversationException | |
static DerivationAlgorithm |
AlgoFactory.getInstance(java.lang.String algorithm)
This gives a DerivationAlgorithm instance from the default set of algorithms provided |
byte[] |
DerivationAlgorithm.createKey(byte[] secret,
java.lang.String labelAndNonce,
int offset,
long length)
|
byte[] |
P_SHA1.createKey(byte[] secret,
java.lang.String labelAndNonce,
int offset,
long length)
|
Uses of ConversationException in org.apache.ws.sandbox.security.conversation.message.token |
Methods in org.apache.ws.sandbox.security.conversation.message.token that throw ConversationException | |
void |
DerivedKeyToken.setOffset(org.w3c.dom.Document doc,
int offset)
Sets the offset |
void |
DerivedKeyToken.setGeneration(org.w3c.dom.Document doc,
int generation)
Sets the generation of the derived key |
Uses of ConversationException in org.apache.ws.sandbox.security.conversation.sessions |
Constructors in org.apache.ws.sandbox.security.conversation.sessions that throw ConversationException | |
SessionMonitor(java.util.Hashtable sessionTable)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |