Uses of Interface
com.sun.xml.ws.security.trust.elements.BinaryExchange
Packages that use BinaryExchange
Package
Description
-
Uses of BinaryExchange in com.sun.xml.ws.security.trust.elements
Methods in com.sun.xml.ws.security.trust.elements that return BinaryExchangeModifier and TypeMethodDescriptionWSTrustElementBase.getBinaryExchange()get BinaryExchange element if any, null otherwiseMethods in com.sun.xml.ws.security.trust.elements with parameters of type BinaryExchangeModifier and TypeMethodDescriptionvoidWSTrustElementBase.setBinaryExchange(BinaryExchange challenge) set a BinaryExchange -
Uses of BinaryExchange in com.sun.xml.ws.security.trust.impl.elements
Classes in com.sun.xml.ws.security.trust.impl.elements that implement BinaryExchangeMethods in com.sun.xml.ws.security.trust.impl.elements that return BinaryExchangeModifier and TypeMethodDescriptionRequestSecurityTokenImpl.getBinaryExchange()RequestSecurityTokenResponseImpl.getBinaryExchange()Methods in com.sun.xml.ws.security.trust.impl.elements with parameters of type BinaryExchangeModifier and TypeMethodDescriptionfinal voidRequestSecurityTokenImpl.setBinaryExchange(BinaryExchange exchange) final voidRequestSecurityTokenResponseImpl.setBinaryExchange(BinaryExchange exchange) -
Uses of BinaryExchange in com.sun.xml.ws.security.trust.impl.wssx.elements
Classes in com.sun.xml.ws.security.trust.impl.wssx.elements that implement BinaryExchangeMethods in com.sun.xml.ws.security.trust.impl.wssx.elements that return BinaryExchangeModifier and TypeMethodDescriptionRequestSecurityTokenImpl.getBinaryExchange()RequestSecurityTokenResponseImpl.getBinaryExchange()SecondaryParametersImpl.getBinaryExchange()Methods in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type BinaryExchangeModifier and TypeMethodDescriptionvoidRequestSecurityTokenImpl.setBinaryExchange(BinaryExchange exchange) voidRequestSecurityTokenResponseImpl.setBinaryExchange(BinaryExchange exchange) voidSecondaryParametersImpl.setBinaryExchange(BinaryExchange exchange)