Uses of Interface
org.jcsp.net.security.Response
-
Packages that use Response Package Description org.jcsp.net.security This package contains the files specifically for link security implementing various authentication schemes. -
-
Uses of Response in org.jcsp.net.security
Classes in org.jcsp.net.security that implement Response Modifier and Type Class Description private static classSimpleSecurityAuthority.SimpleResponseThe response for this authority, consisting of a block of data which has been mangled based on the timestamp and ID of the user creating the response.Methods in org.jcsp.net.security that return Response Modifier and Type Method Description ResponseSecurityAuthority. createResponse(Challenge c)Create a response for the given challenge coded with the currently logged on user.ResponseSimpleSecurityAuthority. createResponse(Challenge c)Creates a response to the challenge based on the currently logged in user.Methods in org.jcsp.net.security with parameters of type Response Modifier and Type Method Description booleanSecurityAuthority. validateResponse(Challenge c, Response r)Determines if a response is valid for the given challenge.booleanSimpleSecurityAuthority. validateResponse(Challenge c, Response r)Checks if the generated response corresponds to one expected from a permitted user.
-