Uses of Class
votingSystem.BinaryVote

Packages that use BinaryVote
bb   
ds   
remoteInterfaces   
voter   
votingSystem   
 

Uses of BinaryVote in bb
 

Methods in bb that return BinaryVote
 BinaryVote[] BulletinBoard_Impl.getBinaryVotes()
          Gets the BinaryVotes in the case of a single candidate election
 

Methods in bb with parameters of type BinaryVote
 void BulletinBoard_Impl.postVote(BinaryVote v)
          Posts a BinaryVote to the bulletin board
 

Uses of BinaryVote in ds
 

Methods in ds with parameters of type BinaryVote
 DecryptedShare Server.shareDecrypt(BinaryVote[] votes)
          The method for decrypting the results of the election with the secret KeyShare
 

Uses of BinaryVote in remoteInterfaces
 

Methods in remoteInterfaces that return BinaryVote
 BinaryVote[] BulletinBoard.getBinaryVotes()
          Gets the BinaryVotes in the case of a single candidate election
 

Methods in remoteInterfaces with parameters of type BinaryVote
 void BulletinBoard.postVote(BinaryVote v)
          Posts a BinaryVote to the bulletin board
 

Uses of BinaryVote in voter
 

Methods in voter that return BinaryVote
 BinaryVote Voter.encryptVoteBinary(int candidate)
          Encrypts a vote in the case of 1-out-of-L Binary Voting
 

Uses of BinaryVote in votingSystem
 

Methods in votingSystem that return BinaryVote
 BinaryVote[] MultipleBinaryVotes.getVotes()
           
 

Methods in votingSystem with parameters of type BinaryVote
 boolean Validator.checkBinaryVote(BinaryVote vote)
          The code for checking if a BinaryVote is of the correct form.
 

Constructors in votingSystem with parameters of type BinaryVote
MultipleBinaryVotes(BinaryVote[] votes, java.math.BigInteger[][] ea, java.math.BigInteger[][] eb, java.math.BigInteger[][] ec, java.math.BigInteger[][] ed, java.math.BigInteger[][] edb, java.math.BigInteger[][] e, java.math.BigInteger[][] f, java.math.BigInteger[][] z1, java.math.BigInteger[][] z2, int id)