Uses of Interface
com.sun.xml.ws.security.trust.elements.SignChallengeResponse
-
Packages that use SignChallengeResponse Package Description com.sun.xml.ws.security.trust.elements com.sun.xml.ws.security.trust.impl.elements com.sun.xml.ws.security.trust.impl.wssx.elements -
-
Uses of SignChallengeResponse in com.sun.xml.ws.security.trust.elements
Methods in com.sun.xml.ws.security.trust.elements that return SignChallengeResponse Modifier and Type Method Description SignChallengeResponseRequestSecurityTokenResponse. getSignChallengeResponse()get SignChallengeResponse element if any, null otherwiseMethods in com.sun.xml.ws.security.trust.elements with parameters of type SignChallengeResponse Modifier and Type Method Description voidRequestSecurityTokenResponse. setSignChallengeResponse(SignChallengeResponse challenge)set a SignChallengeResponse -
Uses of SignChallengeResponse in com.sun.xml.ws.security.trust.impl.elements
Classes in com.sun.xml.ws.security.trust.impl.elements that implement SignChallengeResponse Modifier and Type Class Description classSignChallengeResponseImplResponse to a challenge that requires the signing of a specified set of information.Methods in com.sun.xml.ws.security.trust.impl.elements that return SignChallengeResponse Modifier and Type Method Description SignChallengeResponseRequestSecurityTokenResponseImpl. getSignChallengeResponse()Methods in com.sun.xml.ws.security.trust.impl.elements with parameters of type SignChallengeResponse Modifier and Type Method Description voidRequestSecurityTokenResponseImpl. setSignChallengeResponse(SignChallengeResponse challenge) -
Uses of SignChallengeResponse in com.sun.xml.ws.security.trust.impl.wssx.elements
Classes in com.sun.xml.ws.security.trust.impl.wssx.elements that implement SignChallengeResponse Modifier and Type Class Description classSignChallengeResponseImplResponse to a challenge that requires the signing of a specified set of information.Methods in com.sun.xml.ws.security.trust.impl.wssx.elements that return SignChallengeResponse Modifier and Type Method Description SignChallengeResponseRequestSecurityTokenResponseImpl. getSignChallengeResponse()Methods in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type SignChallengeResponse Modifier and Type Method Description voidRequestSecurityTokenResponseImpl. setSignChallengeResponse(SignChallengeResponse challenge)
-