Uses of Class
com.sun.xml.ws.security.trust.impl.wssx.bindings.SignChallengeType
Packages that use SignChallengeType
Package
Description
-
Uses of SignChallengeType in com.sun.xml.ws.security.trust.impl.wssx.bindings
Methods in com.sun.xml.ws.security.trust.impl.wssx.bindings that return SignChallengeTypeModifier and TypeMethodDescriptionObjectFactory.createSignChallengeType()Create an instance ofSignChallengeTypeMethods in com.sun.xml.ws.security.trust.impl.wssx.bindings that return types with arguments of type SignChallengeTypeModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<SignChallengeType>ObjectFactory.createSignChallenge(SignChallengeType value) javax.xml.bind.JAXBElement<SignChallengeType>ObjectFactory.createSignChallengeResponse(SignChallengeType value) Methods in com.sun.xml.ws.security.trust.impl.wssx.bindings with parameters of type SignChallengeTypeModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<SignChallengeType>ObjectFactory.createSignChallenge(SignChallengeType value) javax.xml.bind.JAXBElement<SignChallengeType>ObjectFactory.createSignChallengeResponse(SignChallengeType value) -
Uses of SignChallengeType in com.sun.xml.ws.security.trust.impl.wssx.elements
Subclasses of SignChallengeType in com.sun.xml.ws.security.trust.impl.wssx.elementsModifier and TypeClassDescriptionclassChallenge that requires the other party to sign a specified set of information.classResponse to a challenge that requires the signing of a specified set of information.