Class SignChallengeResponseImpl
java.lang.Object
com.sun.xml.ws.security.trust.impl.wssx.bindings.SignChallengeType
com.sun.xml.ws.security.trust.impl.wssx.elements.SignChallengeResponseImpl
- All Implemented Interfaces:
com.sun.xml.ws.security.trust.elements.SignChallengeResponse
public class SignChallengeResponseImpl
extends SignChallengeType
implements com.sun.xml.ws.security.trust.elements.SignChallengeResponse
Response to a challenge that requires the signing of a specified
set of information.
- Author:
- Manveen Kaur
-
Field Summary
Fields inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.SignChallengeType
any, challenge -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.SignChallengeType
getAny, getChallenge, getOtherAttributes, setChallengeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sun.xml.ws.security.trust.elements.SignChallengeResponse
getAny, getChallenge, getOtherAttributes, setChallenge
-
Constructor Details
-
SignChallengeResponseImpl
public SignChallengeResponseImpl()
-