Package | Description |
---|---|
org.jcsp.net.security |
This package contains the files specifically for link security implementing various authentication schemes.
|
Modifier and Type | Method and Description |
---|---|
Challenge |
SimpleSecurityAuthority.createChallenge()
Creates a new challenge packet containing a timestamp and some random data.
|
Challenge |
SecurityAuthority.createChallenge()
Creates and returns a new challenge object.
|
Modifier and Type | Method and Description |
---|---|
Response |
SimpleSecurityAuthority.createResponse(Challenge c)
Creates a response to the challenge based on the currently logged in user.
|
Response |
SecurityAuthority.createResponse(Challenge c)
Create a response for the given challenge coded with the currently logged on user.
|
boolean |
SimpleSecurityAuthority.validateResponse(Challenge c,
Response r)
Checks if the generated response corresponds to one expected from a permitted user.
|
boolean |
SecurityAuthority.validateResponse(Challenge c,
Response r)
Determines if a response is valid for the given challenge.
|
Copyright © 1996–2016. All rights reserved.