|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MultipleVotes | |
bb | |
ds | |
remoteInterfaces | |
voter | |
votingSystem |
Uses of MultipleVotes in bb |
Methods in bb that return MultipleVotes | |
MultipleVotes[] |
BulletinBoard_Impl.getMultipleVotes()
Gets the MultipleVotes in the case of a multi candidate election |
Methods in bb with parameters of type MultipleVotes | |
void |
BulletinBoard_Impl.postVote(MultipleVotes v)
Posts MultipleVotes to the bulletin board |
Uses of MultipleVotes in ds |
Methods in ds with parameters of type MultipleVotes | |
DecryptedShare[] |
Server.shareDecrypt(MultipleVotes[] votes)
The method for decrypting the results of the election with the secret KeyShare |
Uses of MultipleVotes in remoteInterfaces |
Methods in remoteInterfaces that return MultipleVotes | |
MultipleVotes[] |
BulletinBoard.getMultipleVotes()
Gets the MultipleVotes in the case of a multi candidate election |
Methods in remoteInterfaces with parameters of type MultipleVotes | |
void |
BulletinBoard.postVote(MultipleVotes v)
Posts MultipleVotes to the bulletin board |
Uses of MultipleVotes in voter |
Methods in voter that return MultipleVotes | |
MultipleVotes |
Voter.encryptMultipleVotes(int[] candidate)
Encrypts the chosen votes using the method explained as k-out-of-L voting. |
Uses of MultipleVotes in votingSystem |
Methods in votingSystem with parameters of type MultipleVotes | |
boolean |
Validator.checkMultipleVote(MultipleVotes mVotes)
The code for checking if MultipleVotes is of the correct form. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |