Uses of Class
com.sun.xml.ws.security.trust.impl.bindings.EntropyType

Packages that use EntropyType
com.sun.xml.ws.security.trust.impl.bindings   
com.sun.xml.ws.security.trust.impl.elements   
 

Uses of EntropyType in com.sun.xml.ws.security.trust.impl.bindings
 

Methods in com.sun.xml.ws.security.trust.impl.bindings that return EntropyType
 EntropyType ObjectFactory.createEntropyType()
          Create an instance of EntropyType
 

Methods in com.sun.xml.ws.security.trust.impl.bindings that return types with arguments of type EntropyType
 JAXBElement<EntropyType> ObjectFactory.createEntropy(EntropyType value)
          Create an instance of JAXBElement<EntropyType>}
 

Methods in com.sun.xml.ws.security.trust.impl.bindings with parameters of type EntropyType
 JAXBElement<EntropyType> ObjectFactory.createEntropy(EntropyType value)
          Create an instance of JAXBElement<EntropyType>}
 

Uses of EntropyType in com.sun.xml.ws.security.trust.impl.elements
 

Subclasses of EntropyType in com.sun.xml.ws.security.trust.impl.elements
 class EntropyImpl
          Implementation of Entropy Interface.
 

Methods in com.sun.xml.ws.security.trust.impl.elements that return EntropyType
static EntropyType EntropyImpl.fromElement(Element element)
          Constructs a Entropy element from an existing XML block.
 

Constructors in com.sun.xml.ws.security.trust.impl.elements with parameters of type EntropyType
EntropyImpl(EntropyType etype)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.