org.apache.axis2.security.trust.token
Class ComputedKey

java.lang.Object
  extended byorg.apache.axis2.security.trust.token.AbstractToken
      extended byorg.apache.axis2.security.trust.token.ValueToken
          extended byorg.apache.axis2.security.trust.token.ComputedKey

public class ComputedKey
extends ValueToken


Field Summary
static QName TOKEN
           
 
Fields inherited from class org.apache.axis2.security.trust.token.ValueToken
valueText
 
Fields inherited from class org.apache.axis2.security.trust.token.AbstractToken
factory, tokenElement, wstNamespace
 
Constructor Summary
ComputedKey()
           
ComputedKey(OMElement elem)
           
 
Method Summary
protected  QName getToken()
           
 
Methods inherited from class org.apache.axis2.security.trust.token.ValueToken
deserializeChildElement, getValue, setElementTextValue, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TOKEN

public static final QName TOKEN
Constructor Detail

ComputedKey

public ComputedKey()

ComputedKey

public ComputedKey(OMElement elem)
            throws TrustException
Parameters:
elem -
Throws:
TrustException
Method Detail

getToken

protected QName getToken()
Specified by:
getToken in class AbstractToken