|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ws.sandbox.security.conversation.ConversationSession
Constructor Summary | |
ConversationSession(SecurityContextInfo contextInfo)
Creates a new conversation session for a gien security context |
Method Summary | |
void |
addDerivedKey(DerivedKeyInfo dkInfo)
This adds a derived key into the session |
SecurityContextInfo |
getContextInfo()
Returns the security context info of this session |
java.util.Hashtable |
getDerivedKeys()
Returns the Hashtable of derived keys ( DerivedKeyInfo obects) of
this session |
long |
getKeyLength()
Get the length of the derived keys to be generated when fixed length keys are generated |
java.lang.String |
getLabel()
The label value to be used in the key derivation |
long |
getLastTouched()
Returns the last time the session was used/modified |
Reference |
getRef2Base()
|
boolean |
isAddBase2Message()
|
void |
setAddBase2Message(boolean b)
|
void |
setKeyLength(long keyLength)
Set the length of the derived key to be derived in this session This is set in the case where fixed length keys are used |
void |
setLabel(java.lang.String label)
Set the label value to be used in key derivation |
void |
setRef2Base(Reference reference)
|
void |
touch()
Touch the session |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ConversationSession(SecurityContextInfo contextInfo)
contextInfo
- The security context infoMethod Detail |
public SecurityContextInfo getContextInfo()
public java.util.Hashtable getDerivedKeys()
DerivedKeyInfo
obects) of
this session
public void addDerivedKey(DerivedKeyInfo dkInfo)
dkInfo
- The info object of the relevant derived keypublic java.lang.String getLabel()
public void setLabel(java.lang.String label)
label
- public long getKeyLength()
public void setKeyLength(long keyLength)
keyLength
- public void touch()
public long getLastTouched()
public boolean isAddBase2Message()
public Reference getRef2Base()
public void setAddBase2Message(boolean b)
b
- public void setRef2Base(Reference reference)
reference
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |