Uses of Class
com.ibm.atp.auth.Response

Packages that use Response
com.ibm.atp.auth   
 

Uses of Response in com.ibm.atp.auth
 

Methods in com.ibm.atp.auth that return Response
 Response AuthPacket.getResponse()
          Gets response to challenge.
 

Constructors in com.ibm.atp.auth with parameters of type Response
AuthPacket(int step, int status, java.lang.String domain, int manner, Challenge challenge, Response response)
          Constructor for sending packet
AuthPacket(int step, int status, java.util.Enumeration domains, int manner, Challenge challenge, Response response)
          Constructor for sending packet
Response(Response response)
          Constructor creates byte sequence as a copy of given byte sequence as a response of authentication.