|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.openuat.authentication.CandidateKeyProtocol.CandidateKeyPartIdentifier
public static class CandidateKeyProtocol.CandidateKeyPartIdentifier
This class represents the complete identification information for a key part candidate. It should be sent to the remote host(s) after being generated by generateCandidates. The combination of round and candidateNumber identifies a candidate key part uniquely within the window of recent key parts.
| Field Summary | |
|---|---|
byte |
candidateNumber
The number of this candidate within the round. |
byte[] |
hash
This hash value is used to compare two candidate key parts without revealing them. |
int |
round
A counter that is used to refer to this round. |
| Constructor Summary | |
|---|---|
CandidateKeyProtocol.CandidateKeyPartIdentifier()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int round
public byte candidateNumber
public byte[] hash
| Constructor Detail |
|---|
public CandidateKeyProtocol.CandidateKeyPartIdentifier()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||