Class SignChallengeResponseImpl
- java.lang.Object
-
- com.sun.xml.ws.security.trust.impl.bindings.SignChallengeType
-
- com.sun.xml.ws.security.trust.impl.elements.SignChallengeResponseImpl
-
- All Implemented Interfaces:
SignChallengeResponse
public class SignChallengeResponseImpl extends SignChallengeType implements 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.bindings.SignChallengeType
any, challenge
-
-
Constructor Summary
Constructors Constructor Description SignChallengeResponseImpl()
-
Method Summary
-
Methods inherited from class com.sun.xml.ws.security.trust.impl.bindings.SignChallengeType
getAny, getChallenge, getOtherAttributes, setChallenge
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.sun.xml.ws.security.trust.elements.SignChallengeResponse
getAny, getChallenge, getOtherAttributes, setChallenge
-
-