Uses of Class
com.sun.xml.ws.security.trust.impl.wssx.bindings.BinarySecretType
-
Packages that use BinarySecretType Package Description com.sun.xml.ws.security.trust.impl.wssx.bindings com.sun.xml.ws.security.trust.impl.wssx.elements -
-
Uses of BinarySecretType in com.sun.xml.ws.security.trust.impl.wssx.bindings
Methods in com.sun.xml.ws.security.trust.impl.wssx.bindings that return BinarySecretType Modifier and Type Method Description BinarySecretTypeObjectFactory. createBinarySecretType()Create an instance ofBinarySecretTypeMethods in com.sun.xml.ws.security.trust.impl.wssx.bindings that return types with arguments of type BinarySecretType Modifier and Type Method Description javax.xml.bind.JAXBElement<BinarySecretType>ObjectFactory. createBinarySecret(BinarySecretType value)Methods in com.sun.xml.ws.security.trust.impl.wssx.bindings with parameters of type BinarySecretType Modifier and Type Method Description javax.xml.bind.JAXBElement<BinarySecretType>ObjectFactory. createBinarySecret(BinarySecretType value) -
Uses of BinarySecretType in com.sun.xml.ws.security.trust.impl.wssx.elements
Subclasses of BinarySecretType in com.sun.xml.ws.security.trust.impl.wssx.elements Modifier and Type Class Description classBinarySecretImplMethods in com.sun.xml.ws.security.trust.impl.wssx.elements that return BinarySecretType Modifier and Type Method Description static BinarySecretTypeBinarySecretImpl. fromElement(Element element)Constructs aBinarySecretelement from an existing XML block.Constructors in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type BinarySecretType Constructor Description BinarySecretImpl(BinarySecretType bsType)
-