Uses of Interface
com.sun.xml.ws.security.trust.elements.SignChallengeResponse

Packages that use SignChallengeResponse
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
 SignChallengeResponse RequestSecurityTokenResponse.getSignChallengeResponse()
          get SignChallengeResponse element if any, null otherwise
 

Methods in com.sun.xml.ws.security.trust.elements with parameters of type SignChallengeResponse
 void RequestSecurityTokenResponse.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
 class SignChallengeResponseImpl
          Response 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
 SignChallengeResponse RequestSecurityTokenResponseImpl.getSignChallengeResponse()
           
 

Methods in com.sun.xml.ws.security.trust.impl.elements with parameters of type SignChallengeResponse
 void RequestSecurityTokenResponseImpl.setSignChallengeResponse(SignChallengeResponse challenge)
           
 

Uses of SignChallengeResponse in com.sun.xml.ws.security.trust.impl.wssx.elements
 

Methods in com.sun.xml.ws.security.trust.impl.wssx.elements that return SignChallengeResponse
 SignChallengeResponse RequestSecurityTokenResponseImpl.getSignChallengeResponse()
           
 

Methods in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type SignChallengeResponse
 void RequestSecurityTokenResponseImpl.setSignChallengeResponse(SignChallengeResponse challenge)