Uses of Class
org.jboss.identity.federation.ws.trust.EntropyType

Packages that use EntropyType
org.jboss.identity.federation.api.wstrust.protocol   
org.jboss.identity.federation.ws.trust   
 

Uses of EntropyType in org.jboss.identity.federation.api.wstrust.protocol
 

Methods in org.jboss.identity.federation.api.wstrust.protocol that return EntropyType
 EntropyType RequestSecurityTokenResponse.getEntropy()
           Obtains the entropy that has been used in creating the key.
 EntropyType RequestSecurityToken.getEntropy()
           Obtains the entropy that will be used in creating the key.
 

Methods in org.jboss.identity.federation.api.wstrust.protocol with parameters of type EntropyType
 void RequestSecurityTokenResponse.setEntropy(EntropyType entropy)
           Sets the entropy that has been used in creating the key.
 void RequestSecurityToken.setEntropy(EntropyType entropy)
           Sets the entropy that must be used when creating the key.
 

Uses of EntropyType in org.jboss.identity.federation.ws.trust
 

Methods in org.jboss.identity.federation.ws.trust that return EntropyType
 EntropyType ObjectFactory.createEntropyType()
          Create an instance of EntropyType
 

Methods in org.jboss.identity.federation.ws.trust that return types with arguments of type EntropyType
 javax.xml.bind.JAXBElement<EntropyType> ObjectFactory.createEntropy(EntropyType value)
          Create an instance of JAXBElement<EntropyType>}
 

Methods in org.jboss.identity.federation.ws.trust with parameters of type EntropyType
 javax.xml.bind.JAXBElement<EntropyType> ObjectFactory.createEntropy(EntropyType value)
          Create an instance of JAXBElement<EntropyType>}
 



Copyright © 2009 JBoss Inc.. All Rights Reserved.