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

java.lang.Object
  extended byorg.apache.ws.sandbox.security.conversation.message.info.DerivedKeyInfo

public class DerivedKeyInfo
extends java.lang.Object

Version:
1.0
Author:
Ruchith

Constructor Summary
DerivedKeyInfo(DerivedKeyToken dkt)
           
 
Method Summary
 java.lang.String getAlgorithm()
           
 DerivedKeyToken getDkTok()
           
 int getGeneration()
           
 java.lang.String getId()
           
 java.lang.String getLabel()
           
 long getLength()
           
 java.lang.String getNonce()
           
 int getOffset()
           
 java.util.Hashtable getProperties()
           
 SecurityTokenReference getSecTokRef2DkToken()
           
 SecurityTokenReference getSecurityTokenReference()
           
 void setDkTok(DerivedKeyToken token)
           
 void setSecTokRef2DkToken(SecurityTokenReference reference)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DerivedKeyInfo

public DerivedKeyInfo(DerivedKeyToken dkt)
               throws WSSecurityException
Method Detail

getGeneration

public int getGeneration()

getLabel

public java.lang.String getLabel()

getLength

public long getLength()

getNonce

public java.lang.String getNonce()

getOffset

public int getOffset()

getProperties

public java.util.Hashtable getProperties()

getId

public java.lang.String getId()

getSecurityTokenReference

public SecurityTokenReference getSecurityTokenReference()

getAlgorithm

public java.lang.String getAlgorithm()

setSecTokRef2DkToken

public void setSecTokRef2DkToken(SecurityTokenReference reference)
Parameters:
reference -

getSecTokRef2DkToken

public SecurityTokenReference getSecTokRef2DkToken()

getDkTok

public DerivedKeyToken getDkTok()
Returns:

setDkTok

public void setDkTok(DerivedKeyToken token)
Parameters:
token -


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