Uses of Interface
org.jcsp.net.security.Challenge
Packages that use Challenge
Package
Description
This package contains the files specifically for link security implementing various authentication schemes.
-
Uses of Challenge in org.jcsp.net.security
Classes in org.jcsp.net.security that implement ChallengeModifier and TypeClassDescriptionprivate static final classThe challenge for this authority containing a timestamp and block of random data.Methods in org.jcsp.net.security that return ChallengeModifier and TypeMethodDescriptionSecurityAuthority.createChallenge()Creates and returns a new challenge object.SimpleSecurityAuthority.createChallenge()Creates a new challenge packet containing a timestamp and some random data.Methods in org.jcsp.net.security with parameters of type ChallengeModifier and TypeMethodDescriptionSecurityAuthority.createResponse(Challenge c) Create a response for the given challenge coded with the currently logged on user.SimpleSecurityAuthority.createResponse(Challenge c) Creates a response to the challenge based on the currently logged in user.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.