Uses of Class
com.sun.xml.ws.security.trust.impl.wssx.bindings.EntropyType
-
Packages that use EntropyType Package Description com.sun.xml.ws.security.trust.impl.wssx.bindings com.sun.xml.ws.security.trust.impl.wssx.elements -
-
Uses of EntropyType in com.sun.xml.ws.security.trust.impl.wssx.bindings
Methods in com.sun.xml.ws.security.trust.impl.wssx.bindings that return EntropyType Modifier and Type Method Description EntropyTypeObjectFactory. createEntropyType()Create an instance ofEntropyTypeMethods in com.sun.xml.ws.security.trust.impl.wssx.bindings that return types with arguments of type EntropyType Modifier and Type Method Description javax.xml.bind.JAXBElement<EntropyType>ObjectFactory. createEntropy(EntropyType value)Methods in com.sun.xml.ws.security.trust.impl.wssx.bindings with parameters of type EntropyType Modifier and Type Method Description javax.xml.bind.JAXBElement<EntropyType>ObjectFactory. createEntropy(EntropyType value) -
Uses of EntropyType in com.sun.xml.ws.security.trust.impl.wssx.elements
Subclasses of EntropyType in com.sun.xml.ws.security.trust.impl.wssx.elements Modifier and Type Class Description classEntropyImplImplementation of Entropy Interface.Methods in com.sun.xml.ws.security.trust.impl.wssx.elements that return EntropyType Modifier and Type Method Description static EntropyTypeEntropyImpl. fromElement(Element element)Constructs aEntropyelement from an existing XML block.Constructors in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type EntropyType Constructor Description EntropyImpl(EntropyType etype)
-