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