| Modifier and Type | Method and Description |
|---|---|
static Challenge |
Client.checkChall()
Check challenges - gets list of challenges and checks which is destined for user.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Challenge> |
ComInterface.getChallenges() |
java.util.Collection<Challenge> |
ComImpl.getChallenges()
Gets list of challenges.
|
| Modifier and Type | Method and Description |
|---|---|
static javax.crypto.SecretKey |
Client.getKey(Challenge chal)
Gets cipher key.
|
static byte[] |
Client.verif(Challenge chal,
java.math.BigInteger f)
Verification of user - computes Kmacc key and creates response which sends to server for verification.
|