org.apache.axis2.security.trust.token
Class Entropy
java.lang.Object
org.apache.axis2.security.trust.token.AbstractToken
org.apache.axis2.security.trust.token.CompositeToken
org.apache.axis2.security.trust.token.Entropy
- public class Entropy
- extends CompositeToken
- Author:
- Ruchith Fernando (ruchith.fernando@gmail.com)
|
Field Summary |
static javax.xml.namespace.QName |
TOKEN
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TOKEN
public static final javax.xml.namespace.QName TOKEN
Entropy
public Entropy()
Entropy
public Entropy(OMElement elem)
throws TrustException
- Parameters:
elem -
- Throws:
TrustException
setBinarySecret
public void setBinarySecret(java.lang.String type,
java.lang.String secretValue)
- Sets the binary secret value
- Parameters:
type - The type uri of the binary secret as a StringsecretValue - The binary secret value as a String
getBinarySecret
public BinarySecret getBinarySecret()
getToken
protected javax.xml.namespace.QName getToken()
- Specified by:
getToken in class AbstractToken
deserializeChildElement
protected void deserializeChildElement(OMElement element)
throws TrustException
- Description copied from class:
AbstractToken
- This is called for each of the immediate
child elements of type
OMNode.ELEMENT_NODE of this token
- Specified by:
deserializeChildElement in class AbstractToken
- Parameters:
element -
- Throws:
TrustException