|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IncorrectVoteException | |
voter |
Uses of IncorrectVoteException in voter |
Methods in voter that throw IncorrectVoteException | |
void |
Voter.postOneofLVote(int candidate)
Method for posting a vote to the bulletin board |
void |
Voter.postKofLVote(int[] candidate)
Method for posting a vote to the bulletin board |
void |
Voter.postOneofLVoteBinary(int candidate)
Method for posting a vote to the bulletin board |
void |
Voter.postKofLVoteBinary(int[] candidate)
Method for posting a vote to the bulletin board |
Vote |
Voter.encryptVote(int candidate)
The method for encrypting a Vote and creating the proof of correctness in the case of 1-out-of-L elections |
MultipleVotes |
Voter.encryptMultipleVotes(int[] candidate)
Encrypts the chosen votes using the method explained as k-out-of-L voting. |
MultipleBinaryVotes |
Voter.encryptMultipleVoteBinary(int[] candidate)
Encrypts the chosen votes using the method explained as k-out-of-L Binary encoded voting. |
BinaryVote |
Voter.encryptVoteBinary(int candidate)
Encrypts a vote in the case of 1-out-of-L Binary Voting |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |