Uses of Class
com.sun.xml.ws.security.trust.impl.wssx.bindings.SignChallengeType
-
Packages that use SignChallengeType Package Description com.sun.xml.ws.security.trust.impl.wssx.bindings com.sun.xml.ws.security.trust.impl.wssx.elements -
-
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 SignChallengeType Modifier and Type Method Description SignChallengeTypeObjectFactory. createSignChallengeType()Create an instance ofSignChallengeTypeMethods in com.sun.xml.ws.security.trust.impl.wssx.bindings that return types with arguments of type SignChallengeType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<SignChallengeType>ObjectFactory. createSignChallenge(SignChallengeType value)jakarta.xml.bind.JAXBElement<SignChallengeType>ObjectFactory. createSignChallengeResponse(SignChallengeType value)Methods in com.sun.xml.ws.security.trust.impl.wssx.bindings with parameters of type SignChallengeType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<SignChallengeType>ObjectFactory. createSignChallenge(SignChallengeType value)jakarta.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.elements Modifier and Type Class Description classSignChallengeImplChallenge that requires the other party to sign a specified set of information.classSignChallengeResponseImplResponse to a challenge that requires the signing of a specified set of information.
-