Apache CXF API

Uses of Class
org.apache.cxf.ws.security.sts.provider.model.EntropyType

Packages that use EntropyType
org.apache.cxf.ws.security.sts.provider.model   
 

Uses of EntropyType in org.apache.cxf.ws.security.sts.provider.model
 

Methods in org.apache.cxf.ws.security.sts.provider.model that return EntropyType
 EntropyType ObjectFactory.createEntropyType()
          Create an instance of EntropyType
 

Methods in org.apache.cxf.ws.security.sts.provider.model 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.apache.cxf.ws.security.sts.provider.model with parameters of type EntropyType
 javax.xml.bind.JAXBElement<EntropyType> ObjectFactory.createEntropy(EntropyType value)
          Create an instance of JAXBElement<EntropyType>}
 


Apache CXF API

Apache CXF